ShiroSmith 6 years ago
parent
commit
9cda36ea15
1 changed files with 1 additions and 1 deletions
  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;
 	}