Nicolas Cannasse 10 年之前
父節點
當前提交
a59e42d05d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hxd/fmt/fbx/BaseLibrary.hx

+ 1 - 1
hxd/fmt/fbx/BaseLibrary.hx

@@ -692,7 +692,7 @@ class BaseLibrary {
 			for( obj in uvAnims.keys() ) {
 				var frames = uvAnims.get(obj);
 				var model = modelByName.get(obj);
-				if( model == null ) throw "Missing model '" + obj + "' requires by UV animation";
+				if( model == null ) throw "Missing model '" + obj + "' required by UV animation";
 				var c = getObjectCurve(curves, model, "UV", animName);
 				if( c == null ) continue;
 				c.uv = frames;