mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 10:55:32 +08:00
fixed foolish mistake
This commit is contained in:
@@ -137,7 +137,7 @@ namespace BlackCore
|
|||||||
aircraft.setCockpit(simulatorAircraft.getCom1System(), simulatorAircraft.getCom2System(), simulatorAircraft.getTransponderCode());
|
aircraft.setCockpit(simulatorAircraft.getCom1System(), simulatorAircraft.getCom2System(), simulatorAircraft.getTransponderCode());
|
||||||
|
|
||||||
Q_ASSERT(this->getIContextOwnAircraft()); // paranoia against context having been deleted from another thread - redmine issue #270
|
Q_ASSERT(this->getIContextOwnAircraft()); // paranoia against context having been deleted from another thread - redmine issue #270
|
||||||
if (!this->getIContextOwnAircraft())
|
if (this->getIContextOwnAircraft())
|
||||||
{
|
{
|
||||||
// the method will check, if an update is really required
|
// the method will check, if an update is really required
|
||||||
// these are local (non DBus) calls
|
// these are local (non DBus) calls
|
||||||
|
|||||||
Reference in New Issue
Block a user