ShiroSmith 6 éve
szülő
commit
9cda36ea15
1 módosított fájl, 1 hozzáadás és 1 törlés
  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;
 	}