mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
[csharp] Minor: fixed formatting.
This commit is contained in:
parent
c7a81230ff
commit
fa9028881d
@ -1048,12 +1048,10 @@ namespace Spine {
|
|||||||
else if (timelineName == "wind") {
|
else if (timelineName == "wind") {
|
||||||
timeline = new PhysicsConstraintWindTimeline(frames, frames, index);
|
timeline = new PhysicsConstraintWindTimeline(frames, frames, index);
|
||||||
timelineScale = scale;
|
timelineScale = scale;
|
||||||
}
|
} else if (timelineName == "gravity") {
|
||||||
else if (timelineName == "gravity") {
|
|
||||||
timeline = new PhysicsConstraintGravityTimeline(frames, frames, index);
|
timeline = new PhysicsConstraintGravityTimeline(frames, frames, index);
|
||||||
timelineScale = scale;
|
timelineScale = scale;
|
||||||
}
|
} else if (timelineName == "mix") //
|
||||||
else if (timelineName == "mix") //
|
|
||||||
timeline = new PhysicsConstraintMixTimeline(frames, frames, index);
|
timeline = new PhysicsConstraintMixTimeline(frames, frames, index);
|
||||||
else
|
else
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user