Przeglądaj źródła

Merge branch 'webgl_geometries-cleanup' of https://github.com/danielribeiro/three.js into dev

Mr.doob 11 lat temu
rodzic
commit
e7b3ec8c0f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      examples/webgl_geometries.html

+ 1 - 1
examples/webgl_geometries.html

@@ -41,7 +41,7 @@
 
 				scene = new THREE.Scene();
 
-				var light, object, object2;
+				var light, object;
 
 				scene.add( new THREE.AmbientLight( 0x404040 ) );