improved obstacle detection

This commit is contained in:
Alexsandro Percy 2022-01-15 19:51:09 -03:00
parent 3d8b734314
commit d983ee7422

View File

@ -420,7 +420,7 @@ minetest.register_entity("automobiles_roadster:roadster", {
player:set_look_horizontal(newyaw)
end]]--
local newpitch = self._pitch --velocity.y * math.rad(6)
local newpitch = velocity.y * math.rad(6)
--[[
accell correction