[libgdx] Made method package private for editor.

This commit is contained in:
NathanSweet 2019-08-26 20:29:05 +02:00
parent 2af6f4c925
commit 88ece3181e

View File

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