diff --git a/libobs/graphics/math-extra.c b/libobs/graphics/math-extra.c index 3095a9cb9..aeaef6b8b 100644 --- a/libobs/graphics/math-extra.c +++ b/libobs/graphics/math-extra.c @@ -72,7 +72,7 @@ float calc_torquef(float val1, float val2, float torque, float min_adjust, bool over; if (close_float(val1, val2, EPSILON)) - return val1; + return val2; dist = (val2 - val1) * torque; over = dist > 0.0f;