mirror of
https://codeberg.org/SumianVoice/sum_airship.git
synced 2025-03-15 04:11:23 +00:00
Update init.lua
This commit is contained in:
parent
ad51f65435
commit
de71343291
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -349,7 +349,7 @@ function boat.on_step(self, dtime, moveresult)
|
|||
end
|
||||
|
||||
if has_air_currents and (self._driver or not is_on_floor) then
|
||||
vel = sum_air_currents.apply_wind(vel)
|
||||
vel = sum_air_currents.apply_wind(vel, p)
|
||||
end
|
||||
|
||||
local v = self.object:get_velocity()
|
||||
|
|
Loading…
Add table
Reference in a new issue