forked from jaildesigner-jailgames/jaildoctors_dilemma
eliminada la clase Debug en Release
This commit is contained in:
@@ -221,9 +221,11 @@ void handle() {
|
||||
//handleToggleDebug();
|
||||
break;
|
||||
|
||||
#ifdef _DEBUG
|
||||
case InputAction::SHOW_DEBUG_INFO:
|
||||
handleShowDebugInfo();
|
||||
break;
|
||||
#endif
|
||||
|
||||
case InputAction::NONE:
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user