mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Fix up post-merge issues
This commit is contained in:
@ -17,7 +17,7 @@ using osu.Game.Graphics;
|
||||
|
||||
namespace osu.Game.Rulesets.Edit
|
||||
{
|
||||
public class PlayfieldOverlay : CompositeDrawable
|
||||
public class SelectionLayer : CompositeDrawable
|
||||
{
|
||||
private readonly static Color4 selection_normal_colour = Color4.White;
|
||||
private readonly static Color4 selection_attached_colour = OsuColour.FromHex("eeaa00");
|
||||
@ -26,7 +26,7 @@ namespace osu.Game.Rulesets.Edit
|
||||
|
||||
private readonly Playfield playfield;
|
||||
|
||||
public PlayfieldOverlay(Playfield playfield)
|
||||
public SelectionLayer(Playfield playfield)
|
||||
{
|
||||
this.playfield = playfield;
|
||||
|
Reference in New Issue
Block a user