mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-04 08:55:43 +08:00
Entry check
This commit is contained in:
@@ -87,6 +87,8 @@ namespace BlackGui
|
|||||||
|
|
||||||
void CAircraftComponent::update()
|
void CAircraftComponent::update()
|
||||||
{
|
{
|
||||||
|
if (sGui->isShuttingDown()) { return; }
|
||||||
|
|
||||||
Q_ASSERT(ui->tvp_AircraftInRange);
|
Q_ASSERT(ui->tvp_AircraftInRange);
|
||||||
Q_ASSERT(sGui->getIContextNetwork());
|
Q_ASSERT(sGui->getIContextNetwork());
|
||||||
Q_ASSERT(sGui->getIContextSimulator());
|
Q_ASSERT(sGui->getIContextSimulator());
|
||||||
|
|||||||
Reference in New Issue
Block a user