mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[unity] Minor: whitespace changes to please formatting checks.
This commit is contained in:
parent
8ea166b331
commit
5142ecc9ca
@ -226,7 +226,7 @@ namespace Spine.Unity {
|
|||||||
if (updateMode != UpdateMode.OnlyEventTimelines)
|
if (updateMode != UpdateMode.OnlyEventTimelines)
|
||||||
state.Apply(skeleton);
|
state.Apply(skeleton);
|
||||||
else
|
else
|
||||||
state.ApplyEventTimelinesOnly(skeleton, issueEvents : true);
|
state.ApplyEventTimelinesOnly(skeleton, issueEvents: true);
|
||||||
|
|
||||||
if (_UpdateLocal != null)
|
if (_UpdateLocal != null)
|
||||||
_UpdateLocal(this);
|
_UpdateLocal(this);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user