mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
[unity] minor formatting: changes to please format checks.
This commit is contained in:
parent
90dd4bc8af
commit
4ad9c4fa24
@ -108,12 +108,10 @@ namespace Spine.Unity {
|
||||
|
||||
rigidBody2D.MovePosition(gravityAndVelocityMovement + new Vector2(transform.position.x, transform.position.y)
|
||||
+ rigidbodyDisplacement);
|
||||
}
|
||||
else if (rigidBody != null) {
|
||||
} else if (rigidBody != null) {
|
||||
rigidBody.MovePosition(transform.position
|
||||
+ new Vector3(rigidbodyDisplacement.x, rigidbodyDisplacement.y, 0));
|
||||
}
|
||||
else return;
|
||||
} else return;
|
||||
|
||||
Vector2 parentBoneScale;
|
||||
GetScaleAffectingRootMotion(out parentBoneScale);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user