Skip to content

Commit b134d5c

Browse files
committed
Undo ActionBar.luau change that shouldn't have been committed
1 parent 1c00105 commit b134d5c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Source/Resources/Scripts/API/UI/ActionBar.luau

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ local function SetupActionBarMethods(actionBarTable : ActionBar)
106106
self:SetButtonCallback(index, nil);
107107
else
108108
local spellInfo = Spell.GetSpellInfo(spellID);
109-
--local spellIcon = Spell.GetIconInfo(spellInfo.IconID);
109+
local spellIcon = Spell.GetIconInfo(spellInfo.IconID);
110110

111-
local iconTexture = nil;--spellIcon.Texture or nil;
111+
local iconTexture = spellIcon.Texture or nil;
112112
actionButton.widget.panel:SetBackground(iconTexture);
113113

114114
self:SetButtonCallback(index, function()

0 commit comments

Comments
 (0)