[client] rename fpsLimit to fpsMin

This commit is contained in:
Geoffrey McRae
2020-05-22 18:15:17 +10:00
parent 4580b18b04
commit dedab38b99
4 changed files with 11 additions and 12 deletions

View File

@@ -109,7 +109,7 @@ struct AppParams
bool center;
int x, y;
unsigned int w, h;
unsigned int fpsLimit;
unsigned int fpsMin;
bool showFPS;
bool useSpiceInput;
bool useSpiceClipboard;
@@ -151,4 +151,4 @@ struct KeybindHandle
// forwards
extern struct AppState state;
extern struct AppParams params;
extern struct AppParams params;