mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 07:14:55 +08:00
[unity] Fixed SkeletonGraphic displaying setup pose instead of first frame on freeze. Closes #1511.
This commit is contained in:
parent
f0b25c8a86
commit
e769b848da
@ -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