浏览代码

semicolon

sunag 7 年之前
父节点
当前提交
902384cbaf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/webgl_materials_compile.html

+ 1 - 1
examples/webgl_materials_compile.html

@@ -298,7 +298,7 @@
 
 				var mesh = meshes[i];
 
-				frame.updateNode( mesh.material )
+				frame.updateNode( mesh.material );
 
 			}