Skip to content

Commit

Permalink
Prevent Chart Preview being invisible if song & tab change at once
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Dec 4, 2019
1 parent ad5896d commit 2aa5531
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 2aa5531

Please sign in to comment.