Quick bug fixes.
- Checkpoint loading now works again. (blame:9e69afa) - Forgot to check for VSync when application initializes. (blame:97f3aad) - Also clear game data after finishing a checkpoint game. Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
This commit is contained in:
@@ -133,6 +133,7 @@ public class Utils {
|
||||
|
||||
// game settings
|
||||
container.setTargetFrameRate(Options.getTargetFPS());
|
||||
container.setVSync(Options.getTargetFPS() == 60);
|
||||
container.setMusicVolume(Options.getMusicVolume());
|
||||
container.setShowFPS(false);
|
||||
container.getInput().enableKeyRepeat();
|
||||
|
||||
Reference in New Issue
Block a user