mirror of
https://github.com/ppy/osu
synced 2024-12-14 19:06:07 +00:00
Fix merge conflict mess
This commit is contained in:
parent
a7eda32a6e
commit
a894b42a32
@ -33,13 +33,10 @@ namespace osu.Game.Rulesets.Mania.UI
|
|||||||
|
|
||||||
public readonly Bindable<ManiaAction> Action = new Bindable<ManiaAction>();
|
public readonly Bindable<ManiaAction> Action = new Bindable<ManiaAction>();
|
||||||
|
|
||||||
private readonly ColumnBackground background;
|
|
||||||
|
|
||||||
private readonly ColumnKeyArea keyArea;
|
|
||||||
|
|
||||||
private readonly ColumnHitObjectArea hitObjectArea;
|
private readonly ColumnHitObjectArea hitObjectArea;
|
||||||
|
|
||||||
internal readonly Container TopLevelContainer;
|
internal readonly Container TopLevelContainer;
|
||||||
|
|
||||||
private readonly Container explosionContainer;
|
private readonly Container explosionContainer;
|
||||||
|
|
||||||
public Column(int index)
|
public Column(int index)
|
||||||
@ -133,8 +130,6 @@ namespace osu.Game.Rulesets.Mania.UI
|
|||||||
|
|
||||||
accentColour = value;
|
accentColour = value;
|
||||||
|
|
||||||
background.AccentColour = value;
|
|
||||||
keyArea.AccentColour = value;
|
|
||||||
hitObjectArea.AccentColour = value;
|
hitObjectArea.AccentColour = value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user