ShiroSmith 6 年之前
父节点
当前提交
9cda36ea15
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hide/prefab/Constraint.hx

+ 1 - 1
hide/prefab/Constraint.hx

@@ -24,7 +24,7 @@ class Constraint extends Prefab {
 			srcObj.followPositionOnly = positionOnly;
 		}
 		else
-			trace("failed te resolve constraint");
+			trace("failed to resolve constraint");
 		return srcObj;
 	}