2
0
Nicolas Cannasse 10 жил өмнө
parent
commit
a59e42d05d

+ 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;