Skip to content

Commit

Permalink
Update Minimap.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Elv-Tukui committed Dec 27, 2024
1 parent 32b5418 commit 40f62c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ElvUI/Core/Modules/Maps/Minimap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,8 @@ end
function M:Initialize()
if E.private.general.minimap.enable then
Minimap:SetMaskTexture(E.Retail and 130937 or [[interface\chatframe\chatframebackground]])
SetCVar("rotateMinimap", 0) --Impossible to turn off in ElvUI if its on.
Minimap:GetParent():SetScale(1) --Another setting that could get set in Blizzard Edit Mode
else
Minimap:SetMaskTexture(E.Retail and 186178 or [[textures\minimapmask]])

Expand Down

0 comments on commit 40f62c9

Please sign in to comment.