Skip to content

Commit

Permalink
Fixed typo: Occulus -> Oculus in the player HTML template.
Browse files Browse the repository at this point in the history
Thanks Mikko.
  • Loading branch information
Lasse Nielsen committed Nov 13, 2014
1 parent 12f9461 commit a8a04a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/player.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<div id="main_layout" class="centered">
<canvas id="webgl-canvas" class="webgl-canvas-normal" width="720" height="405" oncontextmenu="return false;">
</canvas>
<img id="fs" src="images/oculus.png" class="oculus" title="Click to go fullscreen and enable occulus rendering." />
<img id="fs" src="images/oculus.png" class="oculus" title="Click to go fullscreen and enable oculus rendering." />
</div>
</body>
</html>

0 comments on commit a8a04a6

Please sign in to comment.