mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:20:04 +08:00
Removed unnecessary newlines
This commit is contained in:
parent
906ea80d52
commit
ffd6168a61
@ -27,14 +27,12 @@ namespace osu.Game.Rulesets.Taiko.UI
|
||||
/// </summary>
|
||||
public partial class DrumTouchInputArea : VisibilityContainer
|
||||
{
|
||||
|
||||
// visibility state affects our child. we always want to handle input.
|
||||
public override bool PropagatePositionalInputSubTree => true;
|
||||
public override bool PropagateNonPositionalInputSubTree => true;
|
||||
|
||||
private KeyBindingContainer<TaikoAction> keyBindingContainer = null!;
|
||||
|
||||
|
||||
private readonly Dictionary<object, TaikoAction> trackedActions = new Dictionary<object, TaikoAction>();
|
||||
|
||||
private Container mainContent = null!;
|
||||
@ -247,7 +245,6 @@ namespace osu.Game.Rulesets.Taiko.UI
|
||||
return colours.Red;
|
||||
}))();
|
||||
|
||||
|
||||
this.handledAction = handledAction;
|
||||
RelativeSizeAxes = Axes.Both;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user