From aa7667fb801213a0d03a580e97f53a3e76114974 Mon Sep 17 00:00:00 2001 From: Nathan Sweet Date: Tue, 18 Mar 2025 22:54:49 -0400 Subject: [PATCH] Javadoc. --- .../src/com/esotericsoftware/spine/AnimationState.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/AnimationState.java b/spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/AnimationState.java index 463bcfc3f..65df76aa4 100644 --- a/spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/AnimationState.java +++ b/spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/AnimationState.java @@ -1412,7 +1412,10 @@ public class AnimationState { * {@link AnimationState#addListener(AnimationStateListener)}. */ static public interface AnimationStateListener { /** Invoked when this entry has been set as the current entry. {@link #end(TrackEntry)} will occur when this entry will no - * longer be applied. */ + * longer be applied. + *

+ * When this event is triggered by calling {@link AnimationState#setAnimation(int, Animation, boolean)}, take care not to + * call {@link AnimationState#update(float)} until after the TrackEntry has been configured. */ public void start (TrackEntry entry); /** Invoked when another entry has replaced this entry as the current entry. This entry may continue being applied for