nameplates: fix empty castbar icon

This commit is contained in:
shagu
2019-04-21 18:20:28 +02:00
parent 7fd1ae5489
commit d152c1e238
+1 -1
View File
@@ -559,7 +559,7 @@ pfUI:RegisterModule("nameplates", 20400, function ()
end
if icon then
healthbar.castbar.icon:SetTexture("Interface\\Icons\\" .. texture)
healthbar.castbar.icon:SetTexture(texture)
healthbar.castbar.icon:SetTexCoord(.1,.9,.1,.9)
end
end