This commit is contained in:
NathanSweet 2013-03-22 12:23:50 +01:00
parent a2f6e5006d
commit 6e0e420e0a

View File

@ -27,7 +27,7 @@ package com.esotericsoftware.spine;
import com.badlogic.gdx.math.MathUtils;
/** Stores mixing times between animations and automatically mixes them as animations change. */
/** Automatically mixes between animations as they change. */
public class AnimationState {
private final AnimationStateData data;
Animation current, previous;