瀏覽代碼

Remove pointer lock in playground fullscreen

sebavan 5 年之前
父節點
當前提交
a75e7c7653
共有 1 個文件被更改,包括 1 次插入1 次删除
  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