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;
 			srcObj.followPositionOnly = positionOnly;
 		}
 		}
 		else
 		else
-			trace("failed te resolve constraint");
+			trace("failed to resolve constraint");
 		return srcObj;
 		return srcObj;
 	}
 	}