Fix up post-merge issues

This commit is contained in:
smoogipoo
2017-12-08 17:41:10 +09:00
parent f41af191ed
commit faa921ba05
5 changed files with 9 additions and 8 deletions

View File

@ -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;