[csharp] Minor formatting change.

This commit is contained in:
Harald Csaszar 2021-04-02 08:25:49 +02:00
parent 90bb6e2607
commit 1cf93b7105

View File

@ -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) {