A little bit FPS independency
This commit is contained in:
@@ -12,6 +12,14 @@ public class DesktopLauncher {
|
||||
config.width = 1000;
|
||||
config.height = 563;
|
||||
|
||||
/*
|
||||
* For FPS Independence Testing
|
||||
*/
|
||||
// config.vSyncEnabled = false; // Setting to false disables vertical sync
|
||||
// config.foregroundFPS = 0; // Setting to 0 disables foreground fps throttling
|
||||
// config.backgroundFPS = 0; // Setting to 0 disables background fps throttling
|
||||
|
||||
|
||||
new LwjglApplication(new CRGame(), config);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user