mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
simplify VolumeMeter
This commit is contained in:
@ -31,7 +31,8 @@ namespace osu.Game.Overlays
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(AudioManager audio, OsuColour colours)
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both;
|
||||
AutoSizeAxes = Axes.X;
|
||||
RelativeSizeAxes = Axes.Y;
|
||||
|
||||
AddRange(new Drawable[]
|
||||
{
|
||||
|
Reference in New Issue
Block a user