소스 검색

[libgdx] Made method package private for editor.

NathanSweet 6 년 전
부모
커밋
88ece3181e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/AnimationState.java

+ 1 - 1
spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/AnimationState.java

@@ -695,7 +695,7 @@ public class AnimationState {
 		entry.next = null;
 	}
 
-	private void animationsChanged () {
+	void animationsChanged () {
 		animationsChanged = false;
 
 		// Process in the order that animations are applied.