diff --git a/Modules/Arrow/QuestieArrow.lua b/Modules/Arrow/QuestieArrow.lua index 219d229..d998c07 100644 --- a/Modules/Arrow/QuestieArrow.lua +++ b/Modules/Arrow/QuestieArrow.lua @@ -794,8 +794,11 @@ function QuestieArrow:ApplyAlpha() end function QuestieArrow:UpdateSettings() + 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