Mercurial > wow > worldplan
diff MapFrame.lua @ 116:bf4a36378bb9
- Fixed flight map pins jumping about
author | Nenue |
---|---|
date | Fri, 24 Nov 2017 23:51:44 -0500 |
parents | caa482329919 |
children |
line wrap: on
line diff
--- a/MapFrame.lua Wed Nov 22 20:45:16 2017 -0500 +++ b/MapFrame.lua Fri Nov 24 23:51:44 2017 -0500 @@ -135,7 +135,7 @@ fs:SetText(tostring(region:GetName())) end - +--[[ if region.SetColorTexture then region:SetColorTexture(r,g,b,a) print('===', region.GetName and region:GetName() or tostring(region), string.format("|cFF%2X%2X%2X%f,%f,%f", r*255, g*255, b*255, r,g,b)) @@ -147,6 +147,7 @@ b = b + .25 end end + ]] end