WoWInterface SVN oUF_RuneBar

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 6 to Rev 7
    Reverse comparison

Rev 6 → Rev 7

trunk/oUF_RuneBar/oUF_RuneBar.lua
81,6 → 81,10
 
if(#bar == 0) then
CreateFrame('Frame'):SetScript('OnUpdate', function(_, elapsed) OnUpdateText(self, elapsed) end)
else
for i = 1, 6 do
bar[i]:SetMinMaxValues(0, 1)
end
end
 
RuneFrame:Hide()