Pārlūkot izejas kodu

Remove pointer lock in playground fullscreen

sebavan 5 gadi atpakaļ
vecāks
revīzija
a75e7c7653
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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