1
0
Fork 0

Bugfix - untie property.

Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
This commit is contained in:
Vivian Meazza 2010-09-12 10:16:53 +01:00 committed by Anders Gidenstam
parent 00f26994b2
commit 474789269b

View file

@ -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)