fix: windows build, uncap fps, double buffer, remove Sleep(0),

This commit is contained in:
2026-07-14 09:51:14 -07:00
parent 976f55c46d
commit dd19188d93
7 changed files with 8 additions and 45 deletions
+1 -1
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;