mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Update Intelligence.lua
Honor settings for clustermarkers
This commit is contained in:
parent
43680c2fc3
commit
11cdae098b
@ -810,16 +810,17 @@ function INTEL:PaintPicture()
|
|||||||
|
|
||||||
|
|
||||||
-- Update F10 marker text if cluster has changed.
|
-- Update F10 marker text if cluster has changed.
|
||||||
for _,_cluster in pairs(self.Clusters) do
|
if self.clustermarkers then --honor markersettings
|
||||||
local cluster=_cluster --#INTEL.Cluster
|
for _,_cluster in pairs(self.Clusters) do
|
||||||
|
local cluster=_cluster --#INTEL.Cluster
|
||||||
local coordinate=self:GetClusterCoordinate(cluster)
|
|
||||||
|
|
||||||
|
|
||||||
-- Update F10 marker.
|
|
||||||
self:UpdateClusterMarker(cluster)
|
|
||||||
end
|
|
||||||
|
|
||||||
|
local coordinate=self:GetClusterCoordinate(cluster)
|
||||||
|
|
||||||
|
|
||||||
|
-- Update F10 marker.
|
||||||
|
self:UpdateClusterMarker(cluster)
|
||||||
|
end
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
--- Create a new cluster.
|
--- Create a new cluster.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user