Tasking trace optimizations

This commit is contained in:
FlightControl_Master
2017-12-11 13:32:42 +01:00
parent ef1290015e
commit 37dc49c14f
5 changed files with 10 additions and 11 deletions

View File

@@ -2524,9 +2524,8 @@ do -- AI_A2A_DISPATCHER
-- First, count the active AIGroups Units, targetting the DetectedSet
local DefenderCount = 0
self:E( "Counting Defenders Engaged for Attacker:" )
local DetectedSet = AttackerDetection.Set
DetectedSet:Flush()
--DetectedSet:Flush()
local DefenderTasks = self:GetDefenderTasks()
for DefenderGroup, DefenderTask in pairs( DefenderTasks ) do