debug screen ifdef case because linux compilation is hell

This commit is contained in:
Shredder
2026-05-07 13:59:13 +05:00
parent b6ea0c7dc3
commit a0e99e2f03

View File

@@ -1453,15 +1453,21 @@ void Minecraft::_levelGenerated()
}
std::string Minecraft::gatherStats1() {
#ifndef STANDALONE_SERVER
return levelRenderer->gatherStats1();
#endif
}
std::string Minecraft::gatherStats2() {
#ifndef STANDALONE_SERVER
return levelRenderer->gatherStats2();
#endif
}
std::string Minecraft::gatherStats3() {
#ifndef STANDALONE_SERVER
return ("P: " + particleEngine->countParticles() + ". T: " + (level->gatherStats()));
#endif
}
std::string Minecraft::gatherStats4() {