mirror of
https://github.com/APercy/automobiles_pck
synced 2025-09-13 15:16:23 +02:00
improved breaks
This commit is contained in:
parent
32e7feb31b
commit
db75f0da2c
@ -95,7 +95,7 @@ function automobiles_lib.control(self, dtime, hull_direction, longit_speed, long
|
||||
acc = longit_speed * -1
|
||||
end
|
||||
end
|
||||
if math.abs(longit_speed) < 0.2 then
|
||||
if math.abs(longit_speed) < 1 then
|
||||
stop = true
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user