Bugfix - untie property.
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
This commit is contained in:
parent
00f26994b2
commit
474789269b
1 changed files with 2 additions and 0 deletions
|
@ -102,6 +102,8 @@ void FGAIMultiplayer::unbind() {
|
|||
props->untie("controls/lag-adjust-system-speed");
|
||||
props->untie("controls/invisible");
|
||||
props->untie("refuel/contact");
|
||||
props->untie("tanker");
|
||||
|
||||
}
|
||||
|
||||
void FGAIMultiplayer::update(double dt)
|
||||
|
|
Loading…
Add table
Reference in a new issue