Browse Source

Add missing semicolon in webgl_animation_cloth

Tristan Valcke 8 years ago
parent
commit
c86d149f52
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/webgl_animation_cloth.html

+ 1 - 1
examples/webgl_animation_cloth.html

@@ -295,7 +295,7 @@
 
 				window.addEventListener( 'resize', onWindowResize, false );
 
-				sphere.visible = ! true
+				sphere.visible = ! true;
 
 			}