浏览代码

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);