Quantcast

miss fontstringobj

Ou Junhui [06-30-21 - 15:10]
miss fontstringobj
Filename
oUF_Simple/core/functions.lua
diff --git a/oUF_Simple/core/functions.lua b/oUF_Simple/core/functions.lua
index 9b5d3cb..1010006 100644
--- a/oUF_Simple/core/functions.lua
+++ b/oUF_Simple/core/functions.lua
@@ -443,6 +443,7 @@ local function CreateRaidDebuffs(self)
   frame.Backdrop = CreateBackdrop(frame) -- create backdrop
   frame.icon = frame:CreateTexture(nil, "ARTWORK")
   frame.icon:SetTexCoord(0.1, 0.9, 0.1, 0.9)
+  frame.count = frame:CreateFontString(nil, "OVERLAY")
   frame.count:SetFont(L.C.fonts.expressway, cfg.size/2, "OUTLINE")
   frame.count:SetShadowColor(0,0,0,0.6)
   frame.count:SetShadowOffset(1,-1)