debug panel moved to new translation unit
This commit is contained in:
@@ -186,8 +186,5 @@ void LevelScreen::draw(float delta) {
|
||||
|
||||
if (hudVisible) {
|
||||
hud->draw(ctx);
|
||||
if (controller->getPlayer()->debug) {
|
||||
hud->drawDebug(1 / delta);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user