Merge remote-tracking branch 'origin/master' into fix-zero-length-sliders

This commit is contained in:
smoogipoo
2019-06-27 19:57:21 +09:00
262 changed files with 11284 additions and 2550 deletions

View File

@ -77,10 +77,6 @@ namespace osu.Game.Rulesets.Objects.Drawables
private bool judgementOccurred;
public bool Interactive = true;
public override bool HandleNonPositionalInput => Interactive;
public override bool HandlePositionalInput => Interactive;
public override bool RemoveWhenNotAlive => false;
public override bool RemoveCompletedTransforms => false;
protected override bool RequiresChildrenUpdate => true;