[unity] Minor: whitespace changes to please formatting checks.

This commit is contained in:
Harald Csaszar 2021-09-29 21:33:53 +02:00
parent 8ea166b331
commit 5142ecc9ca

View File

@ -226,7 +226,7 @@ namespace Spine.Unity {
if (updateMode != UpdateMode.OnlyEventTimelines)
state.Apply(skeleton);
else
state.ApplyEventTimelinesOnly(skeleton, issueEvents : true);
state.ApplyEventTimelinesOnly(skeleton, issueEvents: true);
if (_UpdateLocal != null)
_UpdateLocal(this);