diff --git a/source/screen.cpp b/source/screen.cpp index 1bc58e1..afd85ce 100644 --- a/source/screen.cpp +++ b/source/screen.cpp @@ -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