Browse Source

Fix typo in mirror example

Densaugeo 10 years ago
parent
commit
3ba1dcbc3d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/webgl_mirror.html

+ 1 - 1
examples/webgl_mirror.html

@@ -50,7 +50,7 @@
 			var NEAR = 1;
 			var FAR = 500;
 
-			var camera, scane, renderer;
+			var camera, scene, renderer;
 
 			var cameraControls;