mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 14:17:06 +09:00
Remove useless things
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user