mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
[libgdx] Made method package private for editor.
This commit is contained in:
parent
2af6f4c925
commit
88ece3181e
@ -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.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user