mirror of
https://github.com/ppy/osu.git
synced 2025-02-14 18:23:21 +08:00
Fix taiko drum rolls with zero length being placeable in editor
Addresses https://github.com/ppy/osu/discussions/19808.
This commit is contained in:
parent
8d026eeeea
commit
48fac9f8a5
@ -67,7 +67,7 @@ namespace osu.Game.Rulesets.Taiko.Edit.Blueprints
|
||||
return;
|
||||
|
||||
base.OnMouseUp(e);
|
||||
EndPlacement(true);
|
||||
EndPlacement(spanPlacementObject.Duration > 0);
|
||||
}
|
||||
|
||||
public override void UpdateTimeAndPosition(SnapResult result)
|
||||
|
Loading…
Reference in New Issue
Block a user