Explorar o código

[libgdx] Made method package private for editor.

NathanSweet %!s(int64=6) %!d(string=hai) anos
pai
achega
88ece3181e

+ 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.