Closed w2moon closed 2 years ago
Bug fix
Spine's updateTransform will be called twice in one frame.
Spine's updateTransform will only be called in container's children update.
No
When I debugger these codes, I didn't find that updateTransform would be called twice.
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Bug fix
What is the current behavior? (You can also link to an open issue here)
Spine's updateTransform will be called twice in one frame.
What is the new behavior (if this is a feature change)?
Spine's updateTransform will only be called in container's children update.
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
No
Other information: