debug: Add prints to UpdateSettings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user