Przeglądaj źródła

[libgdx] Javadoc.

Nathan Sweet 4 lat temu
rodzic
commit
12d83571ae

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

@@ -849,7 +849,7 @@ public class AnimationState {
 		this.data = data;
 		this.data = data;
 	}
 	}
 
 
-	/** The list of tracks that currently have animations, which may contain null entries. */
+	/** The list of tracks that have had animations, which may contain null entries for tracks that currently have no animation. */
 	public Array<TrackEntry> getTracks () {
 	public Array<TrackEntry> getTracks () {
 		return tracks;
 		return tracks;
 	}
 	}