mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Removed debug coordinate marks for quad zones
This commit is contained in:
@@ -327,20 +327,17 @@ do -- Zones
|
||||
|
||||
Zone=ZONE_POLYGON_BASE:New(ZoneName, ZoneData.verticies)
|
||||
|
||||
for i,vec2 in pairs(ZoneData.verticies) do
|
||||
local coord=COORDINATE:NewFromVec2(vec2)
|
||||
coord:MarkToAll(string.format("%s Point %d", ZoneName, i))
|
||||
end
|
||||
--for i,vec2 in pairs(ZoneData.verticies) do
|
||||
-- local coord=COORDINATE:NewFromVec2(vec2)
|
||||
-- coord:MarkToAll(string.format("%s Point %d", ZoneName, i))
|
||||
--end
|
||||
|
||||
end
|
||||
|
||||
if Zone then
|
||||
|
||||
-- Debug output.
|
||||
--self:I({"Register ZONE: %s (", Name = ZoneName})
|
||||
|
||||
-- Store color of zone.
|
||||
Zone.Color=color
|
||||
|
||||
|
||||
-- Store in DB.
|
||||
self.ZONENAMES[ZoneName] = ZoneName
|
||||
|
||||
Reference in New Issue
Block a user