瀏覽代碼

[libgdx] Javadoc.

Nathan Sweet 1 年之前
父節點
當前提交
8a5873a145
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/AnimationState.java

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

@@ -1156,8 +1156,8 @@ public class AnimationState {
 			return nextTrackLast != -1;
 		}
 
-		/** Returns true if there is a {@link #getNext()} track entry that is ready to become the current track entry during the
-		 * next {@link AnimationState#update(float)}. */
+		/** Returns true if there is a {@link #getNext()} track entry and it will become the current track entry during the next
+		 * {@link AnimationState#update(float)}. */
 		public boolean isNextReady () {
 			return next != null && nextTrackLast - next.delay >= 0;
 		}