Przeglądaj źródła

Add missing semicolon in webgl_animation_cloth

Tristan Valcke 8 lat temu
rodzic
commit
c86d149f52
1 zmienionych plików z 1 dodań i 1 usunięć
  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;
 
 			}