Skip to content

Commit

Permalink
Update default FPS
Browse files Browse the repository at this point in the history
  • Loading branch information
sirxemic committed Jan 6, 2022
1 parent 1c15acc commit 67aa554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<div id="progressBar"></div>
<label id="fpsLabel">
Frames per second:
<input type="number" value="60" min="1" max="60">
<input type="number" value="30" min="1" max="60">
</label>
</div>
<canvas id="mainCanvas"></canvas>
Expand Down

0 comments on commit 67aa554

Please sign in to comment.