Skip to content

Commit

Permalink
Examples: Emscripten: Fixed error in shell template. (#2494)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocornut committed Apr 14, 2019
1 parent c1848b1 commit eeea7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example_emscripten/shell_minimal.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
</div>
<br>
<div class="emscripten">
<input type="button" value="Fullscreen" onclick="Module.requestFullscreen(false, document.getElementById('resize').checked)">
<input type="button" value="Fullscreen" onclick="Module.requestFullscreen(false, false)">
<!-- <input type="checkbox" id="resize">Resize canvas -->
</div>
<br>
Expand Down

0 comments on commit eeea7da

Please # to comment.