Browse Source

Add missing semicolon in raytracing_sandbox

Tristan Valcke 8 years ago
parent
commit
b18791818d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/raytracing_sandbox.html

+ 1 - 1
examples/raytracing_sandbox.html

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