Uncap FPS, disable VSync, check for mouse input per frame and improve nanoTime precision.

This commit is contained in:
ABU008
2026-03-06 11:26:16 +00:00
parent eccd785110
commit c712b07fc3
5 changed files with 27 additions and 19 deletions

View File

@@ -116,7 +116,7 @@ void Options::init()
bobView = true;
anaglyph3d = false;
advancedOpengl = false;
framerateLimit = 2;
framerateLimit = 0;
fancyGraphics = true;
ambientOcclusion = true;
renderClouds = true;