mirror of
https://github.com/APercy/airutils
synced 2025-09-23 19:16:24 +02:00
reverted change
This commit is contained in:
parent
58fda74994
commit
fd728c2dff
3
init.lua
3
init.lua
@ -303,9 +303,6 @@ function airutils.getLiftAccel(self, velocity, accel, longit_speed, roll, curr_p
|
|||||||
end
|
end
|
||||||
-----------------------------------------------------------
|
-----------------------------------------------------------
|
||||||
-- end lift
|
-- end lift
|
||||||
local multiplier = self.dtime / airutils.ideal_step
|
|
||||||
if multiplier < 1 then multiplier = 1 end
|
|
||||||
retval = retval * multiplier
|
|
||||||
|
|
||||||
return retval
|
return retval
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user