From 2aa5531893d6c37de84103d9e1fa858b583b8e8a Mon Sep 17 00:00:00 2001 From: Barinade Date: Tue, 3 Dec 2019 20:16:58 -0600 Subject: [PATCH] Prevent Chart Preview being invisible if song & tab change at once --- .../BGAnimations/ScreenSelectMusic decorations/wifeTwirl.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/wifeTwirl.lua b/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/wifeTwirl.lua index b5ae7fa120..b1492fa335 100644 --- a/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/wifeTwirl.lua +++ b/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/wifeTwirl.lua @@ -201,6 +201,10 @@ local t = end, TabChangedMessageCommand = function(self) self:queuecommand("MintyFresh") + if getTabIndex() == 0 and mcbootlarder and mcbootlarder:GetChild("NoteField") then + mcbootlarder:GetChild("NoteField"):finishtweening() + mcbootlarder:GetChild("NoteField"):diffusealpha(1) + end end, CurrentStepsP1ChangedMessageCommand = function(self) self:queuecommand("MintyFresh")