improved breaks

This commit is contained in:
Alexsandro Percy 2023-04-30 11:50:40 -03:00
parent 32e7feb31b
commit db75f0da2c

View File

@ -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