mirror of
https://github.com/APercy/automobiles_pck
synced 2025-09-14 15:46:22 +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
|
acc = longit_speed * -1
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
if math.abs(longit_speed) < 0.2 then
|
if math.abs(longit_speed) < 1 then
|
||||||
stop = true
|
stop = true
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user