mirror of
https://github.com/APercy/airutils
synced 2025-09-21 10:26:23 +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 lift
|
||||
local multiplier = self.dtime / airutils.ideal_step
|
||||
if multiplier < 1 then multiplier = 1 end
|
||||
retval = retval * multiplier
|
||||
|
||||
return retval
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user