mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 21:45:34 +08:00
Category matcher using full model set and also reduced models
* Based on FS report here: https://swift-project.slack.com/archives/G96QTUBEG/p1559071176005100 * Return reduced models and not full set if no category matching applies
This commit is contained in:
@@ -1008,7 +1008,7 @@ namespace BlackCore
|
||||
|
||||
if (setup.useCategoryMatching())
|
||||
{
|
||||
matchedModels = categoryMatcher.reduceByCategories(modelSet, setup, remoteAircraft, reduced, whatToLog, log);
|
||||
matchedModels = categoryMatcher.reduceByCategories(matchedModels, modelSet, setup, remoteAircraft, reduced, whatToLog, log);
|
||||
// ?? break here ??
|
||||
}
|
||||
else if (reduceLog)
|
||||
|
||||
Reference in New Issue
Block a user