Explorar el Código

Remove pointer lock in playground fullscreen

sebavan hace 5 años
padre
commit
a75e7c7653
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Playground/js/menuPG.js

+ 1 - 1
Playground/js/menuPG.js

@@ -403,7 +403,7 @@ class MenuPG {
      * Canvas full screen
      */
     goFullscreen(engine) {
-        engine.switchFullscreen(true);
+        engine.switchFullscreen(false);
     };
     /**
      * Editor full screen