mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-12-07 08:38:13 +00:00
[client] fix divide by zero fault with fpsMin disabled (set to 0)
This commit is contained in:
@@ -138,7 +138,7 @@ struct AppParams
|
||||
bool center;
|
||||
int x, y;
|
||||
unsigned int w, h;
|
||||
unsigned int fpsMin;
|
||||
int fpsMin;
|
||||
bool showFPS;
|
||||
bool useSpiceInput;
|
||||
bool useSpiceClipboard;
|
||||
|
||||
Reference in New Issue
Block a user