mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Rename variable for clarity
This commit is contained in:
@ -109,11 +109,11 @@ namespace osu.Game.Overlays.Notifications
|
||||
|
||||
private void clearAll()
|
||||
{
|
||||
bool playSound = true;
|
||||
bool first = true;
|
||||
notifications.Children.ForEach(c =>
|
||||
{
|
||||
c.Close(playSound);
|
||||
playSound = false;
|
||||
c.Close(first);
|
||||
first = false;
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user