From e067d710e352052c6b79fe40d4c6aa27bd296056 Mon Sep 17 00:00:00 2001 From: daoge_cmd <3523206925@qq.com> Date: Sun, 1 Mar 2026 19:32:00 +0800 Subject: [PATCH] fea: remove fps limit --- Minecraft.Client/Options.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Minecraft.Client/Options.cpp b/Minecraft.Client/Options.cpp index 9952fc8c..c18c136b 100644 --- a/Minecraft.Client/Options.cpp +++ b/Minecraft.Client/Options.cpp @@ -116,7 +116,7 @@ void Options::init() bobView = true; anaglyph3d = false; advancedOpengl = false; - framerateLimit = 2; + framerateLimit = 0; fancyGraphics = true; ambientOcclusion = true; renderClouds = true; @@ -522,4 +522,4 @@ void Options::save() bool Options::isCloudsOn() { return viewDistance < 2 && renderClouds; -} \ No newline at end of file +}