Skip to content

Commit

Permalink
Add debug tags to DevTools_Dump
Browse files Browse the repository at this point in the history
  • Loading branch information
spamwax committed Jul 24, 2024
1 parent 7879e92 commit f612fba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions EavesDrop.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1351,9 +1351,11 @@ function EavesDrop:UpdateEvents()
end
--@end-debug@
text:SetText(value.text or "")
--@debug@
if not value or not value.color or not value.color.r or not value.color.g or not value.color.b then
DevTools_Dump(value)
end
--@end-debug@
text:SetTextColor(value.color.r, value.color.g, value.color.b, 1)
frame.delay = delay
frame.alpha = 1
Expand Down

0 comments on commit f612fba

Please sign in to comment.