debug: Add prints to UpdateSettings
This commit is contained in:
@@ -794,8 +794,11 @@ function QuestieArrow:ApplyAlpha()
|
|||||||
end
|
end
|
||||||
|
|
||||||
function QuestieArrow:UpdateSettings()
|
function QuestieArrow:UpdateSettings()
|
||||||
|
print("UpdateSettings called, arrowFrame=" .. tostring(arrowFrame))
|
||||||
EnsureArrowFrame()
|
EnsureArrowFrame()
|
||||||
|
print("After EnsureArrowFrame, arrowFrame=" .. tostring(arrowFrame))
|
||||||
if arrowFrame then
|
if arrowFrame then
|
||||||
|
print("Setting scale to " .. tostring(_GetArrowScale()))
|
||||||
arrowFrame:SetScale(_GetArrowScale())
|
arrowFrame:SetScale(_GetArrowScale())
|
||||||
arrowFrame:SetAlpha(_GetArrowAlpha())
|
arrowFrame:SetAlpha(_GetArrowAlpha())
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user