improved pitch behaviour

master
Alexsandro Percy 2022-05-11 12:24:50 -03:00
parent 3c29430dc8
commit 43b83f9901
1 changed files with 0 additions and 2 deletions

View File

@ -611,8 +611,6 @@ function pa28.flightstep(self)
end
end
--minetest.chat_send_all(self._angle_of_attack)
-- pitch
local newpitch = math.rad(0)
if airutils.get_plane_pitch then