forked from Kolyah35/minecraft-pe-0.6.1
debug screen ifdef case because linux compilation is hell
This commit is contained in:
@@ -1453,15 +1453,21 @@ void Minecraft::_levelGenerated()
|
|||||||
}
|
}
|
||||||
|
|
||||||
std::string Minecraft::gatherStats1() {
|
std::string Minecraft::gatherStats1() {
|
||||||
|
#ifndef STANDALONE_SERVER
|
||||||
return levelRenderer->gatherStats1();
|
return levelRenderer->gatherStats1();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string Minecraft::gatherStats2() {
|
std::string Minecraft::gatherStats2() {
|
||||||
|
#ifndef STANDALONE_SERVER
|
||||||
return levelRenderer->gatherStats2();
|
return levelRenderer->gatherStats2();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string Minecraft::gatherStats3() {
|
std::string Minecraft::gatherStats3() {
|
||||||
|
#ifndef STANDALONE_SERVER
|
||||||
return ("P: " + particleEngine->countParticles() + ". T: " + (level->gatherStats()));
|
return ("P: " + particleEngine->countParticles() + ". T: " + (level->gatherStats()));
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string Minecraft::gatherStats4() {
|
std::string Minecraft::gatherStats4() {
|
||||||
|
|||||||
Reference in New Issue
Block a user