mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-22 02:06:03 +08:00
Merge branch '3.8' into 3.9-beta
This commit is contained in:
commit
81a192debe
@ -56,6 +56,10 @@ namespace Spine.Unity.Examples {
|
|||||||
|
|
||||||
protected override void OnDisable () {
|
protected override void OnDisable () {
|
||||||
if (!Application.isPlaying) return;
|
if (!Application.isPlaying) return;
|
||||||
|
|
||||||
|
for (int i = 0; i < eyes.Length; i++) {
|
||||||
|
eyes[i].localPosition = origins[i];
|
||||||
|
}
|
||||||
base.OnDisable();
|
base.OnDisable();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user