mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 15:24:55 +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)
|
||||
state.Apply(skeleton);
|
||||
else
|
||||
state.ApplyEventTimelinesOnly(skeleton, issueEvents : true);
|
||||
state.ApplyEventTimelinesOnly(skeleton, issueEvents: true);
|
||||
|
||||
if (_UpdateLocal != null)
|
||||
_UpdateLocal(this);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user