mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 14:24:53 +08:00
[csharp] Minor formatting change.
This commit is contained in:
parent
90bb6e2607
commit
1cf93b7105
@ -288,8 +288,7 @@ namespace Spine {
|
||||
if (cos < -1) {
|
||||
cos = -1;
|
||||
a2 = MathUtils.PI * bendDir;
|
||||
}
|
||||
else if (cos > 1) {
|
||||
} else if (cos > 1) {
|
||||
cos = 1;
|
||||
a2 = 0;
|
||||
if (stretch) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user