mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +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:
committed by
Mat Sutcliffe
parent
50412aa0d1
commit
c33dfce481
@@ -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