[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 e4fefcfca1
commit 01a4c0c662

View File

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