mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 02:43:19 +08:00
Rename variable for clarity
This commit is contained in:
parent
72562070bc
commit
896f318b56
@ -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;
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user