diff --git a/code/input.js b/code/input.js index d4f58de..d57a32f 100644 --- a/code/input.js +++ b/code/input.js @@ -265,9 +265,6 @@ function handleTouchGamepad(e) if (soundEnable && !audioContext) audioContext = new AudioContext; // create audio context - if (!isFullscreen()) - toggleFullscreen(); - // clear touch gamepad input touchGamepadStick = vec3(); touchGamepadButtons = []; diff --git a/index.html b/index.html index 974990b..8bdf803 100644 --- a/index.html +++ b/index.html @@ -27,18 +27,18 @@ document.body.style.backgroundColor = '#222'; } - - - - - - - - - - - - - - - \ No newline at end of file + + + + + + + + + + + + + + + \ No newline at end of file