Explorar el Código

Remove variable duplicate in webgl_pointlights

Tristan Valcke hace 8 años
padre
commit
fb8d7a0269
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/webgl_lights_pointlights.html

+ 1 - 1
examples/webgl_lights_pointlights.html

@@ -50,7 +50,7 @@
 			if ( ! Detector.webgl ) Detector.addGetWebGLMessage();
 
 			var camera, scene, renderer,
-			particle1, particle2, particle2,
+			particle1, particle2,
 			light1, light2, light3, light4,
 			object, loader;