Treballant en globalInputs::update()
This commit is contained in:
@@ -392,7 +392,7 @@ void Screen::renderInfo()
|
||||
dbg_print(0, 0, info_resolution_.c_str(), 255, 255, 0);
|
||||
|
||||
// Contador de service_pressed_counter
|
||||
if (const int counter = globalInputs::service_pressed_counter[0]; counter > 0)
|
||||
if (const int counter = globalInputs::service_pressed_counter; counter > 0)
|
||||
dbg_print(0, 8, std::to_string(counter).c_str(), 255, 0, 255);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user