mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-14 11:28:11 +00:00
[client] app: allow selective full invalidation
Overlays only need to trigger a new frame if they have changed and not full window invalidation, this change allows for this.
This commit is contained in:
@@ -31,7 +31,7 @@ static bool showFPS;
|
||||
static void showFPSKeybind(int sc, void * opaque)
|
||||
{
|
||||
showFPS ^= true;
|
||||
app_invalidateWindow();
|
||||
app_invalidateWindow(false);
|
||||
}
|
||||
|
||||
static void fps_earlyInit(void)
|
||||
|
Reference in New Issue
Block a user