소스 검색

Add missing semicolon in webgl_gpu_particle_system

Tristan Valcke 8 년 전
부모
커밋
435ed39733
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/webgl_gpu_particle_system.html

+ 1 - 1
examples/webgl_gpu_particle_system.html

@@ -80,7 +80,7 @@
 				horizontalSpeed: 1.5,
 				verticalSpeed: 1.33,
 				timeScale: 1
-			}
+			};
 
 			gui.add(options, "velocityRandomness", 0, 3);
 			gui.add(options, "positionRandomness", 0, 3);