not sure why E:Width is not working for this.

This commit is contained in:
Crum
2018-05-22 17:33:27 -05:00
parent 85a89b82d3
commit 3764989f1d
+1 -1
View File
@@ -543,7 +543,7 @@ function mod:QueueObject(object)
object:SetTexture("") object:SetTexture("")
object:SetTexCoord(0, 0, 0, 0) object:SetTexCoord(0, 0, 0, 0)
elseif objectType == "FontString" then elseif objectType == "FontString" then
E:Width(object, 0.001) object:SetWidth(0.001)
elseif objectType == "StatusBar" then elseif objectType == "StatusBar" then
object:SetStatusBarTexture("") object:SetStatusBarTexture("")
end end