fix: Remove duplicate arrow_alpha and debug prints

This commit is contained in:
Xurkon
2026-04-02 19:14:08 -05:00
parent fb8c4292c9
commit 1decb399b3
2 changed files with 0 additions and 24 deletions
-4
View File
@@ -794,12 +794,8 @@ function QuestieArrow:ApplyAlpha()
end
function QuestieArrow:UpdateSettings()
-- Debug
print("UpdateSettings called, arrowFrame=" .. tostring(arrowFrame))
EnsureArrowFrame()
print("After EnsureArrowFrame, arrowFrame=" .. tostring(arrowFrame))
if arrowFrame then
print("Setting scale to " .. tostring(_GetArrowScale()))
arrowFrame:SetScale(_GetArrowScale())
arrowFrame:SetAlpha(_GetArrowAlpha())
end