performance boost

This commit is contained in:
Byte
2026-07-08 18:40:09 +02:00
parent 2bc24119cf
commit ef7d4658dc
3 changed files with 10 additions and 10 deletions
-7
View File
@@ -1085,13 +1085,6 @@ void Gui::render(float a, bool mouseFree, int xMouse, int yMouse)
vector<wstring> lines;
// Only show version/branch for player 0 to avoid cluttering each splitscreen viewport
if (iPad == 0)
{
lines.push_back(ClientConstants::VERSION_STRING);
lines.push_back(ClientConstants::GetLCENString());
}
if (minecraft->options->renderDebug && minecraft->player != nullptr && minecraft->level != nullptr)
{
lines.push_back(minecraft->fpsString);