mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
Minor FSX driver updates
This commit is contained in:
@@ -122,7 +122,7 @@ namespace BlackSimPlugin
|
||||
bool CSimulatorFsxCommon::disconnectFrom()
|
||||
{
|
||||
if (!m_simConnected) { return true; }
|
||||
m_simSimulating = false; // treat as stopped, just setting the flag here avoids overhead of on onSimStopped
|
||||
m_simSimulating = false; // thread as stopped, just setting the flag here avoids overhead of on onSimStopped
|
||||
m_traceAutoUntilTs = -1;
|
||||
m_traceSendId = false;
|
||||
this->reset(); // mark as disconnected and reset all values
|
||||
|
||||
Reference in New Issue
Block a user