Merge branch '3.8' into 3.9-beta

This commit is contained in:
Harald Csaszar 2020-03-02 17:06:02 +01:00
commit 81a192debe

View File

@ -56,6 +56,10 @@ namespace Spine.Unity.Examples {
protected override void OnDisable () {
if (!Application.isPlaying) return;
for (int i = 0; i < eyes.Length; i++) {
eyes[i].localPosition = origins[i];
}
base.OnDisable();
}