reverted change

This commit is contained in:
Alexsandro Percy 2023-07-17 11:52:54 -03:00
parent 58fda74994
commit fd728c2dff

View file

@ -303,9 +303,6 @@ function airutils.getLiftAccel(self, velocity, accel, longit_speed, roll, curr_p
end
-----------------------------------------------------------
-- end lift
local multiplier = self.dtime / airutils.ideal_step
if multiplier < 1 then multiplier = 1 end
retval = retval * multiplier
return retval
end