Skip to content

Commit

Permalink
Merge pull request #142 from Thrumbar/master
Browse files Browse the repository at this point in the history
Atlas addon no longer had a maps subfolder in Images folder
  • Loading branch information
IrcDirk authored Jan 4, 2019
2 parents dc604a5 + 916e90b commit d4f0220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NxMap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8812,7 +8812,7 @@ function Nx.Map:UpdateInstanceMap()

if self:ClipFrameTL (f, wx, wy + (n - 1) * 668 / 768, sc, sc) then
local tex = string.gsub(info[n + 2], " ", "")
tex = "Interface\\Addons\\Atlas\\Images\\Maps\\" .. tex
tex = "Interface\\AddOns\\Atlas\\Images\\" .. tex
f.texture:SetTexture (tex)
end
end
Expand Down

0 comments on commit d4f0220

Please sign in to comment.