Skip to content

Commit

Permalink
Fixing control panel checkboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Jul 20, 2013
1 parent 4e0c9d3 commit 3a0a121
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Samples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,13 +184,13 @@ <h1>About babylon.js</h1>
<div id="controlsZone">
<div id="leftPart">
<p>
<input type="checkbox" id="wireframe" />Wireframe
<label><input type="checkbox" id="wireframe" /> Wireframe</label>
</p>
<p>
<input type="checkbox" id="enableStats" checked="true" />Statistics<br />
<label><input type="checkbox" id="enableStats" checked="true" /> Statistics</label>
</p>
<p>
<input type="checkbox" id="collisions" checked="true" />Collisions<br />
<label><input type="checkbox" id="collisions" checked="true" /> Collisions</label>
</p>
<p>
<button id="fullscreen">Switch fullscreen mode</button>
Expand Down

0 comments on commit 3a0a121

Please sign in to comment.