mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-22 15:46:56 +00:00
unitframes: attach combat feedback to text frame
This commit is contained in:
+1
-1
@@ -590,7 +590,7 @@ function pfUI.uf:UpdateConfig()
|
||||
f.feedbackFontHeight = f.config.hitindicatorsize
|
||||
f.feedbackStartTime = GetTime()
|
||||
if f.config.portrait == "bar" or f.config.portrait == "off" then
|
||||
f.feedbackText:SetParent(f.hp.bar)
|
||||
f.feedbackText:SetParent(f.texts)
|
||||
f.feedbackText:ClearAllPoints()
|
||||
f.feedbackText:SetPoint("CENTER", f.hp.bar, "CENTER")
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user