Skip to content

Commit

Permalink
fix linting issues with vr-text
Browse files Browse the repository at this point in the history
  • Loading branch information
cvan committed Sep 22, 2015
1 parent c012510 commit 25d9e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/positional-audio.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<vr-camera></vr-camera>
</vr-controls>
<vr-cube width="5" position="0 5 0" rotation="45 35 0" height="5" depth="5">
<vr-audio src="sounds/cricket.mp3" vol="0.1"></vr-audio>
<vr-audio src="../_sounds/cricket.mp3" vol="0.1"></vr-audio>
</vr-cube>
<vr-grid size="50"></vr-grid>
</vr-scene>
Expand Down

0 comments on commit 25d9e4d

Please sign in to comment.