Explorar o código

removing uneeded variable

Daniel Ribeiro %!s(int64=11) %!d(string=hai) anos
pai
achega
511312d0f0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 ) );