Skip to content

Commit

Permalink
map: make sure to keep minimap nodes on top
Browse files Browse the repository at this point in the history
  • Loading branch information
shagu committed Mar 21, 2023
1 parent 48e4350 commit 5f4fe2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion map.lua
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ function pfMap:UpdateNode(frame, node, color, obj)
end

if frame.updateLayer then
frame:SetFrameLevel((obj == "minimap" and 1 or 112) + frame.layer)
frame:SetFrameLevel((obj == "minimap" and 4 or 112) + frame.layer)
end

if frame.updateTexture or frame.updateVertex or frame.updateColor or frame.updateLayer then
Expand Down

0 comments on commit 5f4fe2f

Please sign in to comment.