Skip to content

Commit

Permalink
[KKS] Fix icons of custom TouchIcons changing when hovering over them
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Jan 4, 2022
1 parent d84e72f commit 543dbd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/KKSAPI/MainGame/TouchIcons/CustomTalkSceneTouchIcon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ private static void AwakePost(TalkScene __instance)
btn.onClick.ActuallyRemoveAllListeners();

btn.image.sprite = entry.Icon;
btn.transition = Selectable.Transition.ColorTint;

entry.Instance = copy;
entry.OnCreated(btn);
Expand Down

0 comments on commit 543dbd2

Please sign in to comment.