afegit define NO_AUDIO
renombrat define DEBUG a _DEBUG
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "global_inputs.h"
|
||||
|
||||
#include <string> // Para operator+, allocator, char_traits, to_string, string
|
||||
#include <vector> // Para vector
|
||||
#include <string> // Para operator+, allocator, char_traits, to_string, string
|
||||
#include <vector> // Para vector
|
||||
|
||||
#include "asset.h" // Para Asset
|
||||
#include "audio.h" // Para Audio
|
||||
@@ -350,7 +350,7 @@ auto checkInputs() -> bool {
|
||||
return true;
|
||||
}
|
||||
|
||||
#ifdef DEBUG
|
||||
#ifdef _DEBUG
|
||||
// Debug info
|
||||
if (Input::get()->checkInput(InputAction::SHOW_INFO, INPUT_DO_NOT_ALLOW_REPEAT, InputDevice::KEYBOARD)) {
|
||||
Screen::get()->toggleDebugInfo();
|
||||
|
||||
Reference in New Issue
Block a user