mirror of
https://github.com/ppy/osu.git
synced 2025-03-23 00:37:18 +08:00
CI fixes
This commit is contained in:
parent
e737ded382
commit
4b624ced36
@ -6,7 +6,6 @@ using osu.Framework.Graphics;
|
||||
using osu.Game.Graphics.Sprites;
|
||||
using osu.Game.Overlays.Music;
|
||||
using System.Collections.Generic;
|
||||
using osu.Game.Graphics.UserInterface;
|
||||
|
||||
namespace osu.Game.Screens.Play.ReplaySettings
|
||||
{
|
||||
|
@ -3,7 +3,6 @@
|
||||
|
||||
using osu.Framework.Allocation;
|
||||
using osu.Game.Configuration;
|
||||
using osu.Game.Graphics.UserInterface;
|
||||
using osu.Framework.Graphics;
|
||||
|
||||
namespace osu.Game.Screens.Play.ReplaySettings
|
||||
|
@ -32,7 +32,7 @@ namespace osu.Game.Screens.Play.ReplaySettings
|
||||
|
||||
private Color4 buttonActiveColour;
|
||||
|
||||
public ReplaySettingsGroup()
|
||||
protected ReplaySettingsGroup()
|
||||
{
|
||||
AutoSizeAxes = Axes.Y;
|
||||
Width = container_width;
|
||||
|
Loading…
x
Reference in New Issue
Block a user