mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 23:45:35 +08:00
Minor FSX driver updates
This commit is contained in:
@@ -81,8 +81,9 @@ namespace BlackSimPlugin
|
||||
|
||||
// reset flags
|
||||
m_simPaused = false;
|
||||
const bool r = CSimulatorPluginCommon::disconnectFrom();
|
||||
this->emitSimulatorCombinedStatus();
|
||||
return CSimulatorPluginCommon::disconnectFrom();
|
||||
return r;
|
||||
}
|
||||
|
||||
bool CSimulatorFsCommon::isFsuipcOpened() const
|
||||
|
||||
Reference in New Issue
Block a user