mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-06-09 00:42:56 +00:00
Remove Top-Left Watermark
This commit is contained in:
parent
a1bcb93f83
commit
9c184fd7ba
|
|
@ -1064,12 +1064,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::BRANCH_STRING);
|
||||
}
|
||||
if (minecraft->options->renderDebug && minecraft->player != nullptr && minecraft->level != nullptr)
|
||||
{
|
||||
lines.push_back(minecraft->fpsString);
|
||||
|
|
|
|||
Loading…
Reference in a new issue