Saurabh Bhatia 6 rokov pred
rodič
commit
4ce883cac1
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      Playground/js/frame.js

+ 1 - 1
Playground/js/frame.js

@@ -152,7 +152,7 @@
 
     btnFullScreen.addEventListener('click', function() {
         if (engine) {
-        engine.switchFullscreen(true);
+            engine.switchFullscreen(true);
         }
     }, false);