mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +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)
|
if (!Application.isPlaying)
|
||||||
Update(0f);
|
Update(0f);
|
||||||
#endif
|
#endif
|
||||||
|
if (freeze)
|
||||||
|
Update(0f);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user