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