1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 21:27:24 +08:00

Fix code quality errors

This commit is contained in:
Derrick Timmermans 2021-07-04 16:06:28 +02:00
parent 50c9e17e52
commit 14a861003a
No known key found for this signature in database
GPG Key ID: 8681B60806EF4A17

View File

@ -63,7 +63,7 @@ namespace osu.Game.Overlays
Origin = Anchor.CentreLeft,
Spacing = new Vector2(0, offset),
Margin = new MarginPadding { Left = offset },
Children = new []
Children = new[]
{
volumeMeterEffect = new VolumeMeter("EFFECTS", 125, colours.BlueDarker)
{
@ -146,7 +146,6 @@ namespace osu.Game.Overlays
focusShift(-1);
return true;
case GlobalAction.ToggleMute:
Show();
muteButton.Current.Value = !muteButton.Current.Value;