eliminada la clase Debug en Release

This commit is contained in:
2025-11-16 20:44:15 +01:00
parent 24a71395da
commit e4a61a7241
8 changed files with 29 additions and 2 deletions

View File

@@ -221,9 +221,11 @@ void handle() {
//handleToggleDebug();
break;
#ifdef _DEBUG
case InputAction::SHOW_DEBUG_INFO:
handleShowDebugInfo();
break;
#endif
case InputAction::NONE:
default: