Rename AnimationState context to rendererObject to match all other void*.

This commit is contained in:
NathanSweet 2014-05-11 16:33:24 +02:00
parent 496466a1cc
commit 3370501317

View File

@ -63,10 +63,11 @@ struct spAnimationState {
spAnimationStateData* const data; spAnimationStateData* const data;
float timeScale; float timeScale;
spAnimationStateListener listener; spAnimationStateListener listener;
void* context;
int trackCount; int trackCount;
spTrackEntry** tracks; spTrackEntry** tracks;
void* rendererObject;
}; };
/* @param data May be 0 for no mixing. */ /* @param data May be 0 for no mixing. */