nose correction

master
Alexsandro Percy 2022-05-01 15:28:01 -03:00
parent cd758a3b00
commit 79f88b4bca
1 changed files with 1 additions and 1 deletions

View File

@ -576,7 +576,7 @@ function pa28.flightstep(self)
-- adjust pitch at ground
if is_flying == false and longit_speed ~= 0 then
if is_flying == false then
if newpitch < 0 then newpitch = 0 end
local min_speed = 4