fix Screen: faltava un initShaders() en toggleShaders()
This commit is contained in:
@@ -434,6 +434,7 @@ void Screen::getDisplayInfo()
|
||||
void Screen::toggleShaders()
|
||||
{
|
||||
Options::video.shaders = !Options::video.shaders;
|
||||
initShaders();
|
||||
}
|
||||
|
||||
// Alterna entre activar y desactivar el escalado entero
|
||||
|
||||
Reference in New Issue
Block a user