Explorar el Código

Remove unnecessary comma in webgl_rollercoaster

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

+ 1 - 1
examples/webvr_rollercoaster.html

@@ -241,7 +241,7 @@
 
 				effect.render( scene, camera );
 
-			};
+			}
 
 			effect.requestAnimationFrame( animate );