Browse Source

Remove unnecessary comma in webgl_rollercoaster

Tristan Valcke 8 năm trước cách đây
mục cha
commit
7180e8f9b2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      examples/webvr_rollercoaster.html

+ 1 - 1
examples/webvr_rollercoaster.html

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