aboutsummaryrefslogtreecommitdiff
path: root/src/shell.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/shell.html')
-rw-r--r--src/shell.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shell.html b/src/shell.html
index 3341e2b9..6f712a0a 100644
--- a/src/shell.html
+++ b/src/shell.html
@@ -23,7 +23,7 @@
<input type="button" value="only fullscreen" onclick="Module.requestFullScreen(false, false)">
<input type="button" value="fullscreen + resize" onclick="Module.requestFullScreen(false, true)">
<input type="button" value="fullscreen + pointerLock" onclick="Module.requestFullScreen()"> <!--default-->
- <input type="button" value="fullscreen + pointerLock + resize" onclick="Module.requestFullScreen( true, true)">
+ <input type="button" value="fullscreen + pointerLock + resize" onclick="Module.requestFullScreen(true, true)">
</div>
<hr/>