Treballant en globalInputs::update()

This commit is contained in:
2024-12-02 11:11:03 +01:00
parent c3a5166ee1
commit ad32bb7d45
6 changed files with 34 additions and 38 deletions

View File

@@ -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);
}
}