Pārlūkot izejas kodu

Add missing semicolon in webgl_animation_cloth

Tristan Valcke 9 gadi atpakaļ
vecāks
revīzija
c86d149f52
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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;
 
 			}