mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 13:37:25 +08:00
Merge pull request #18753 from frenzibyte/prevent-mistimed-metronome-beats
Fix metronome playing mistimed beat sounds on editor clock resume
This commit is contained in:
commit
72c0fc3fec
@ -47,6 +47,11 @@ namespace osu.Game.Screens.Edit.Timing
|
||||
|
||||
public bool EnableClicking { get; set; } = true;
|
||||
|
||||
public MetronomeDisplay()
|
||||
{
|
||||
AllowMistimedEventFiring = false;
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(AudioManager audio)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user