mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
[xplane] Add monitoring of the number of minutes behind due to low FPS
This commit is contained in:
@@ -161,7 +161,7 @@ namespace XSwiftBus
|
||||
if (m_service)
|
||||
{
|
||||
m_service->onAircraftModelChanged();
|
||||
m_service->resetMilesLost();
|
||||
m_service->resetFrameTotals();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -170,7 +170,7 @@ namespace XSwiftBus
|
||||
if (m_service)
|
||||
{
|
||||
m_service->updateAirportsInRange();
|
||||
m_service->resetMilesLost();
|
||||
m_service->resetFrameTotals();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user