mirror of
https://github.com/ppy/osu.git
synced 2026-05-24 01:33:47 +08:00
Rollback hold note placement when length is zero
This commit is contained in:
@@ -73,7 +73,7 @@ namespace osu.Game.Rulesets.Mania.Edit.Blueprints
|
||||
return;
|
||||
|
||||
base.OnMouseUp(e);
|
||||
EndPlacement(true);
|
||||
EndPlacement(HitObject.Duration > 0);
|
||||
}
|
||||
|
||||
private double originalStartTime;
|
||||
|
||||
Reference in New Issue
Block a user