Skip to content

Commit

Permalink
Fix GetPOITextureCoords() on Wrath, closes #128
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Jan 23, 2023
1 parent 8926e22 commit f9f5fe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ do
end

do
local GetPOITextureCoords = C_Minimap.GetPOITextureCoords
-- Easy world map icon checker
--local start = function(self) self:StartMoving() end
--local stop = function(self) self:StopMovingOrSizing() end
Expand Down Expand Up @@ -556,7 +557,6 @@ do
[219] = "colorHorde",
}
local atlasColors = nil
local GetPOITextureCoords = C_Minimap.GetPOITextureCoords
local capTime = 0
local curMapID = 0
local curMod = nil
Expand Down
2 changes: 1 addition & 1 deletion Core_Wrath.lua
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,7 @@ do
end

do
local GetPOITextureCoords = C_Minimap.GetPOITextureCoords
-- Easy world map icon checker
--local start = function(self) self:StartMoving() end
--local stop = function(self) self:StopMovingOrSizing() end
Expand Down Expand Up @@ -631,7 +632,6 @@ do
[219] = "colorHorde",
}
local atlasColors = nil
local GetPOITextureCoords = GetPOITextureCoords
local capTime = 0
local curMapID = 0
local curMod = nil
Expand Down

0 comments on commit f9f5fe5

Please sign in to comment.