Browse Source

semicolon

sunag 7 năm trước cách đây
mục cha
commit
902384cbaf
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 );
 
 			}