This commit is contained in:
FlightControl 2017-03-05 10:14:29 +01:00
parent a1ae1cc519
commit b4527635d6
3 changed files with 2 additions and 2 deletions

View File

@ -1912,7 +1912,7 @@ do -- DETECTION_AREAS
end
if DETECTION_AREAS._BoundDetectedZones or self._BoundDetectedZones then
DetectedZone:BoundZone( SMOKECOLOR.White, 30 )
DetectedZone:BoundZone( 30 )
end
end

View File

@ -19,6 +19,6 @@
local FACSetGroup = SET_GROUP:New():FilterPrefixes( "FAC Group" ):FilterStart()
local FACDetection = DETECTION_AREAS:New( FACSetGroup, 1000, 250 ):BoundDetectedZones():SmokeDetectedUnits()
local FACDetection = DETECTION_AREAS:New( FACSetGroup, 150, 250 ):BoundDetectedZones():SmokeDetectedUnits()
FACDetection:Start()