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