Skip to content

Commit

Permalink
Render continuing anonymous gift subs correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
ScrubN committed Sep 3, 2024
1 parent 5c3b084 commit d46e52a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TwitchDownloaderCore/ChatRenderer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -709,6 +709,7 @@ private void DrawAccentedMessage(Comment comment, List<(SKImageInfo info, SKBitm
case HighlightType.GiftedMany:
case HighlightType.GiftedSingle:
case HighlightType.GiftedAnonymous:
case HighlightType.ContinuingAnonymousGift:
DrawGiftMessage(comment, sectionImages, emotePositionList, ref drawPos, defaultPos, highlightIcon, iconPoint);
break;
case HighlightType.ChannelPointHighlight:
Expand Down

0 comments on commit d46e52a

Please sign in to comment.