This call to init() is not required.
This commit is contained in:
parent
daf487724c
commit
ca11ecc816
1 changed files with 1 additions and 5 deletions
|
@ -17,8 +17,4 @@ setlistener("controls/gear/gear-down", func
|
||||||
{
|
{
|
||||||
props.globals.getNode("controls/gear/gear-down").setBoolValue(1);
|
props.globals.getNode("controls/gear/gear-down").setBoolValue(1);
|
||||||
}
|
}
|
||||||
}, 0, 0);
|
}, 0, 0);
|
||||||
|
|
||||||
setlistener("/sim/signals/fdm-initialized", func {
|
|
||||||
itaf.ITAF.init(0);
|
|
||||||
}, 0, 0);
|
|
Loading…
Reference in a new issue