2
0
Эх сурвалжийг харах

Add missing semicolon in webgl_animation_cloth

Tristan Valcke 8 жил өмнө
parent
commit
c86d149f52

+ 1 - 1
examples/webgl_animation_cloth.html

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