mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Disabled debug text
This commit is contained in:
parent
864f980550
commit
1c28f2a8e8
|
|
@ -872,8 +872,8 @@ void Gui::render(float a, bool mouseFree, int xMouse, int yMouse)
|
||||||
|
|
||||||
vector<wstring> lines;
|
vector<wstring> lines;
|
||||||
|
|
||||||
lines.push_back(ClientConstants::VERSION_STRING);
|
//lines.push_back(ClientConstants::VERSION_STRING);
|
||||||
lines.push_back(ClientConstants::BRANCH_STRING);
|
//lines.push_back(ClientConstants::BRANCH_STRING);
|
||||||
if (minecraft->options->renderDebug && minecraft->player != nullptr && minecraft->level != nullptr)
|
if (minecraft->options->renderDebug && minecraft->player != nullptr && minecraft->level != nullptr)
|
||||||
{
|
{
|
||||||
lines.push_back(minecraft->fpsString);
|
lines.push_back(minecraft->fpsString);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue