mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Add support for Notification sounds
This commit is contained in:
@ -109,7 +109,12 @@ namespace osu.Game.Overlays.Notifications
|
||||
|
||||
private void clearAll()
|
||||
{
|
||||
notifications.Children.ForEach(c => c.Close());
|
||||
bool playSound = true;
|
||||
notifications.Children.ForEach(c =>
|
||||
{
|
||||
c.Close(playSound);
|
||||
playSound = false;
|
||||
});
|
||||
}
|
||||
|
||||
protected override void Update()
|
||||
|
Reference in New Issue
Block a user