This commit is contained in:
Alexsandro Percy 2023-07-17 11:47:59 -03:00
parent da87150918
commit 58fda74994

View file

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