mirror of
https://github.com/APercy/airutils.git
synced 2025-09-02 00:25:46 -04:00
more fixed from abs
This commit is contained in:
parent
3496cc07d7
commit
22fe149890
2 changed files with 2 additions and 2 deletions
|
@ -83,7 +83,7 @@ function airutils.control(self, dtime, hull_direction, longit_speed, longit_drag
|
|||
engineacc = longit_speed * -1
|
||||
end
|
||||
end
|
||||
if abs(longit_speed) < 0.2 then
|
||||
if math.abs(longit_speed) < 0.2 then
|
||||
stop = true
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue