mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
Rename AnimationState context to rendererObject to match all other void*.
This commit is contained in:
parent
496466a1cc
commit
3370501317
@ -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. */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user