[client] main: only render if there is actually something to render

This commit is contained in:
Geoffrey McRae
2021-08-01 17:38:09 +10:00
parent 77b3d45e0e
commit 17687fdea3
2 changed files with 6 additions and 20 deletions

View File

@@ -65,7 +65,6 @@ struct AppState
struct LG_DisplayServerOps * ds;
bool dsInitialized;
bool jitRender;
LGEvent * jitEvent;
bool stopVideo;
bool ignoreInput;