mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
Ref T515, renaming to "isKnownModelInSet"
This commit is contained in:
committed by
Mat Sutcliffe
parent
583a5bfb28
commit
2dd396c0df
@@ -336,7 +336,7 @@ namespace BlackGui
|
||||
bool hasModel = ui->tvp_AircraftModels->container().containsModelString(modelString);
|
||||
if (!hasModel && sGui && sGui->getIContextSimulator())
|
||||
{
|
||||
hasModel = sGui->getIContextSimulator()->isKnownModel(modelString);
|
||||
hasModel = sGui->getIContextSimulator()->isKnownModelInSet(modelString);
|
||||
}
|
||||
|
||||
if (!hasModel)
|
||||
|
||||
Reference in New Issue
Block a user