neteja tidy (29 → 0) i migració JA_* → Ja::

This commit is contained in:
2026-05-16 18:40:00 +02:00
parent 75fd037251
commit d1cf6f5529
22 changed files with 798 additions and 745 deletions
+4 -2
View File
@@ -322,10 +322,12 @@ namespace GlobalInputs {
case InputAction::TOGGLE_INFO:
if (RenderInfo::get() != nullptr) {
#ifdef _DEBUG
// Leemos la intención antes del toggle: isActive() incluye la
// animación VANISHING, así que justo después de un toggle ACTIVE→OFF
// seguiría devolviendo true y la persistencia no detectaría el cambio.
// animación VANISHING, així que just després d'un toggle ACTIVE→OFF
// seguiria retornant true i la persistència no detectaria el canvi.
const bool WAS_ACTIVE = RenderInfo::get()->isActive();
#endif
RenderInfo::get()->toggle();
#ifdef _DEBUG
if (Debug::get() != nullptr) { Debug::get()->setRenderInfoEnabled(!WAS_ACTIVE); }