mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-04-23 15:36:07 +00:00
fea: remove fps limit
This commit is contained in:
parent
bdef1f9412
commit
e067d710e3
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue