瀏覽代碼

Add missing semicolon in raytracing_sandbox

Tristan Valcke 8 年之前
父節點
當前提交
b18791818d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/raytracing_sandbox.html

+ 1 - 1
examples/raytracing_sandbox.html

@@ -247,7 +247,7 @@
 				info.style.textAlign = 'center';
 				container.appendChild( info );
 
-				updateWorkers()
+				updateWorkers();
 
 				//