mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-05-27 13:14:37 +00:00
TU24
This commit is contained in:
@@ -1076,7 +1076,7 @@ void Gui::render(float a, bool mouseFree, int xMouse, int yMouse)
|
||||
{
|
||||
int renderDistance = app.GetGameSettings(iPad, eGameSetting_RenderDistance);
|
||||
|
||||
lines.push_back(L"Minecraft LCE TU30 " + minecraft->fpsString);
|
||||
lines.push_back(L"Minecraft LCE TU24 " + minecraft->fpsString);
|
||||
lines.push_back(L"Seed: " + std::to_wstring(minecraft->level->getLevelData()->getSeed()));
|
||||
lines.push_back(minecraft->gatherStats1()); // Time to autosave
|
||||
lines.push_back(L"Render Distance: " + std::to_wstring(renderDistance));
|
||||
|
||||
Reference in New Issue
Block a user