We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e6195f commit 72f8867Copy full SHA for 72f8867
TimerFrame.lua
@@ -136,7 +136,7 @@ local function SetupFrame()
136
137
---@diagnostic disable-next-line: inject-field
138
frame.progressBar = CreateFrame("StatusBar", nil, frame)
139
- frame.progressBar:SetStatusBarTexture([[Interface\TargetingFrame\UI-StatusBar]], "ARTWORK")
+ frame.progressBar:SetStatusBarTexture([[Interface\TargetingFrame\UI-StatusBar]])
140
frame.progressBar:SetStatusBarColor(0, 1, 0)
141
frame.progressBar:SetMinMaxValues(0, 1)
142
frame.progressBar:SetValue(0)
0 commit comments