mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 11:42:56 +08:00
Fix code quality errors
This commit is contained in:
parent
50c9e17e52
commit
14a861003a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user