[unity] Fixed SkeletonGraphic displaying setup pose instead of first frame on freeze. Closes #1511.

This commit is contained in:
Harald Csaszar 2019-10-03 16:03:44 +02:00
parent f0b25c8a86
commit e769b848da

View File

@ -288,6 +288,8 @@ namespace Spine.Unity {
if (!Application.isPlaying)
Update(0f);
#endif
if (freeze)
Update(0f);
}
}
}