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