Skip to content

Commit

Permalink
add precaution
Browse files Browse the repository at this point in the history
  • Loading branch information
ben9583 committed Jun 15, 2022
1 parent eae8e33 commit 492d242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website-src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<button id="spawn">Spawn</button>
</div>

<input type="checkbox" id="debug" /><span style="color:white">Enable Debug</span>
<input type="checkbox" id="debug" /><span style="color:white">Enable Debug (slightly lowers performance)</span>
<div id="debugSection" style="color:white">
<p># of bodies: <span id="numBodies">6</span></p>
<p>Simulation tick time: <span id="simTickTime">10</span><span>μs</span></p>
Expand Down

0 comments on commit 492d242

Please sign in to comment.