Comment out the unalias code also.
This commit is contained in:
parent
7d1ec00a2b
commit
3b62b16fe9
1 changed files with 2 additions and 0 deletions
|
@ -91,7 +91,9 @@ void FGAIAircraft::unbind() {
|
|||
FGAIBase::unbind();
|
||||
|
||||
props->untie("controls/gear/gear-down");
|
||||
#if 0
|
||||
props->getNode("controls/lighting/landing-lights")->unalias();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue