Skip to content

Commit

Permalink
Update viewer.html
Browse files Browse the repository at this point in the history
Fixes issue sketchpunk#9
  • Loading branch information
joshuawoodward authored Aug 15, 2019
1 parent 6982366 commit 3cc96cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lesson_002/viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</style>

<script src="gl.js"></script>
<script src="shaders.js"></script>
<script src="Shaders.js"></script>
<script src="RenderLoop.js"></script>
<script>
var gl, //Global Reference to our extended GL context
Expand Down Expand Up @@ -123,4 +123,4 @@
</script>

</body>
</html>
</html>

0 comments on commit 3cc96cd

Please sign in to comment.