Explorar o código

Add missing semicolon in webgl_animation_cloth

Tristan Valcke %!s(int64=8) %!d(string=hai) anos
pai
achega
c86d149f52
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
 
 			}