mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
- fixed late registration of textures via LibSharedMedia so that the ToT bar texture gets updated appropriately
This commit is contained in:
@ -1260,7 +1260,7 @@ function IceHUD:UpdateMedia(event, mediatype, key)
|
|||||||
IceHUD.IceCore:SetFontFamily(key)
|
IceHUD.IceCore:SetFontFamily(key)
|
||||||
end
|
end
|
||||||
elseif mediatype == "statusbar" then
|
elseif mediatype == "statusbar" then
|
||||||
if self.TargetOfTarget and self.TargetOfTarget.enabled and key == self.TargetOfTarget.moduleSettings.texture then
|
if self.TargetOfTarget and self.TargetOfTarget.moduleSettings.enabled and key == self.TargetOfTarget.moduleSettings.texture then
|
||||||
self.TargetOfTarget:Redraw()
|
self.TargetOfTarget:Redraw()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user