mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
Ref T525 Avoid directly calling getLogCategories.
This commit is contained in:
@@ -2088,7 +2088,7 @@ namespace BlackSimPlugin
|
||||
if (position.Airspeed < 2)
|
||||
{
|
||||
position.OnGround = 1U;
|
||||
if (details) { *details = CStatusMessage(getLogCategories()).warning(u"Force GND flag for underflow protection"); }
|
||||
if (details) { *details = CStatusMessage(static_cast<CSimulatorFsxCommon *>(nullptr)).warning(u"Force GND flag for underflow protection"); }
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user