mirror of
https://github.com/osukey/osukey.git
synced 2025-05-12 00:57:21 +09:00
Start breakOut animation a bit earlier
This commit is contained in:
parent
d58e5a6130
commit
6fe2b64abd
@ -87,7 +87,7 @@ namespace osu.Game.Screens.Play.BreaksOverlay
|
||||
{
|
||||
onBreakIn(b);
|
||||
|
||||
using (BeginDelayedSequence(b.Duration, true))
|
||||
using (BeginDelayedSequence(b.Duration - fade_duration, true))
|
||||
onBreakOut();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user