|
@@ -175,7 +175,7 @@ namespace Spine {
|
|
}
|
|
}
|
|
if (a >= t) {
|
|
if (a >= t) {
|
|
d = (float)Math.Pow(damping, 60 * t);
|
|
d = (float)Math.Pow(damping, 60 * t);
|
|
- float m = massInverse * t, e = strength, w = wind * f * skeleton.ScaleX, g = (Bone.yDown ? -gravity : gravity) * f * skeleton.ScaleY;
|
|
|
|
|
|
+ float m = massInverse * t, e = strength, w = wind * f * skeleton.ScaleX, g = gravity * f * skeleton.ScaleY;
|
|
do {
|
|
do {
|
|
if (x) {
|
|
if (x) {
|
|
xVelocity += (w - xOffset * e) * m;
|
|
xVelocity += (w - xOffset * e) * m;
|