axis distance fix

This commit is contained in:
Alexsandro Percy 2022-09-11 19:50:15 -03:00
parent e85f8dacde
commit 7c3b44db03

View File

@ -452,7 +452,7 @@ minetest.register_entity("automobiles_motorcycle:motorcycle", {
self._last_ground_check = self._last_ground_check + dtime
if self._last_ground_check > 0.18 then
self._last_ground_check = 0
automobiles_lib.ground_get_distances(self, 0.6, 2.422)
automobiles_lib.ground_get_distances(self, 0.6, 1.63)
end
local newpitch = self._pitch --velocity.y * math.rad(6)