Commit amb la merda de hui

This commit is contained in:
2024-09-15 19:32:20 +02:00
parent 75f9d3f5cb
commit a00c2284b6
8 changed files with 36 additions and 96 deletions

View File

@@ -353,9 +353,14 @@ void Screen::checkInput()
}
// Comprueba el botón de SERVICE
if (checkServiceButton(input) == SERVICE_SHADERS)
switch (checkServiceButton(input))
{
case SERVICE_SHADERS:
switchShaders();
break;
default:
break;
}
}