[libgdx] Javadoc.

This commit is contained in:
Nathan Sweet 2021-01-05 22:46:00 -08:00
parent 20bca55b93
commit 12d83571ae

View File

@ -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;
} }