Browse Source

Remove unnecessary comma in webgl_rollercoaster

Tristan Valcke 8 years ago
parent
commit
7180e8f9b2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/webvr_rollercoaster.html

+ 1 - 1
examples/webvr_rollercoaster.html

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