mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-09 08:38:43 +08:00
[unity] Fixed SkeletonGraphic displaying setup pose instead of first frame on freeze. Closes #1511.
This commit is contained in:
parent
e4fefcfca1
commit
01a4c0c662
@ -288,6 +288,8 @@ namespace Spine.Unity {
|
||||
if (!Application.isPlaying)
|
||||
Update(0f);
|
||||
#endif
|
||||
if (freeze)
|
||||
Update(0f);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user