mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 14:17:26 +08:00
Remove useless things
This commit is contained in:
parent
1962797e20
commit
93cf063c97
@ -5,7 +5,6 @@ using OpenTK;
|
||||
using OpenTK.Graphics;
|
||||
using osu.Framework.Allocation;
|
||||
using osu.Framework.Graphics;
|
||||
using osu.Framework.Graphics.Containers;
|
||||
using osu.Framework.Graphics.Shapes;
|
||||
using osu.Framework.Input.States;
|
||||
using osu.Game.Graphics;
|
||||
@ -68,7 +67,7 @@ namespace osu.Game.Screens.Edit.Screens.Setup.Components
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(OsuColour colours)
|
||||
private void load()
|
||||
{
|
||||
Triangles.Alpha = 0;
|
||||
Content.CornerRadius = 15;
|
||||
|
Loading…
Reference in New Issue
Block a user