Fix bugs in helicopter code.
This commit is contained in:
parent
cadd3404b9
commit
c0d61d132b
2 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@ local y is interface:AddVLayout().
|
|||
local x is y:AddHLayout().
|
||||
|
||||
set x:AddButton("HOVER"):onClick to {
|
||||
PointStabilizeH().
|
||||
Hover().
|
||||
}.
|
||||
|
||||
set x:AddButton("LAND"):onClick to {
|
||||
|
@ -35,7 +35,7 @@ set x:AddButton("LAND"):onClick to {
|
|||
toggle AG10.
|
||||
BRAKES on.
|
||||
}
|
||||
PointStabilizeH(-5).
|
||||
Hover(-5).
|
||||
}.
|
||||
|
||||
interface:show().
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue