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