[client] fix divide by zero fault with fpsMin disabled (set to 0)

This commit is contained in:
Geoffrey McRae
2020-11-08 10:58:18 +11:00
parent 8ace686df4
commit ed95f8863d
3 changed files with 4 additions and 4 deletions

View File

@@ -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;