Skip to content

Commit

Permalink
renamed js file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andor authored and Andor committed Mar 14, 2011
1 parent a5198f1 commit 354bbd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,5 +1,5 @@
var ps, mickey;
var x,z;
var x, z;

function render() {
ps.translate(0, 0, -50);
Expand Down
2 changes: 1 addition & 1 deletion demos/accelerometer/index.html
Expand Up @@ -2,7 +2,7 @@

<head>
<link rel="stylesheet" type="text/css" href="../style.css" />
<script src="mickey.js"></script>
<script src="demo.js"></script>
<script src="../../xbps.js"></script>

<script id="shader-fs" type="x-shader/x-fragment">
Expand Down

0 comments on commit 354bbd8

Please sign in to comment.