Skip to content

Commit

Permalink
Set the chart preview delay for stylechange to REALLY FAST
Browse files Browse the repository at this point in the history
alright we don't even have to delay it after some further testing
  • Loading branch information
poco0317 committed Jun 1, 2019
1 parent 16358b3 commit 211f1e2
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -798,12 +798,7 @@ t[#t + 1] =
if noteField and oldstyle ~= GAMESTATE:GetCurrentStyle() then
SCREENMAN:GetTopScreen():DeletePreviewNoteField(mcbootlarder)
noteField = false
SCREENMAN:GetTopScreen():setTimeout(
function()
toggleNoteField()
end,
0.0025
)
toggleNoteField()
end
oldstyle = GAMESTATE:GetCurrentStyle()
end,
Expand Down

0 comments on commit 211f1e2

Please sign in to comment.