mirror of
https://github.com/ppy/osu.git
synced 2026-05-20 16:00:46 +08:00
Disallow mistimed firing of beat sync for break overlay for now
It doesn't work well with pause/resume.
This commit is contained in:
@@ -53,6 +53,10 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
MinimumBeatLength = 200;
|
||||
|
||||
// Doesn't play well with pause/unpause.
|
||||
// This might mean that some beats don't animate if the user is running <60fps, but we'll deal with that if anyone notices.
|
||||
AllowMistimedEventFiring = false;
|
||||
|
||||
Child = fadeContainer = new Container
|
||||
{
|
||||
Alpha = 0,
|
||||
|
||||
Reference in New Issue
Block a user