debug panel moved to new translation unit

This commit is contained in:
MihailRis
2024-03-06 01:24:15 +03:00
parent ab1cfc8a4b
commit e16b24f4af
4 changed files with 181 additions and 160 deletions
-3
View File
@@ -186,8 +186,5 @@ void LevelScreen::draw(float delta) {
if (hudVisible) {
hud->draw(ctx);
if (controller->getPlayer()->debug) {
hud->drawDebug(1 / delta);
}
}
}