mirror of
https://github.com/APercy/airutils.git
synced 2025-03-15 08:01:22 +00:00
reverted change
This commit is contained in:
parent
58fda74994
commit
fd728c2dff
1 changed files with 0 additions and 3 deletions
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…
Add table
Reference in a new issue