mirror of
https://github.com/ppy/osu
synced 2025-01-05 13:50:03 +00:00
Only commit if placement is active
This commit is contained in:
parent
c59096a941
commit
22d2607ff5
@ -33,7 +33,7 @@ namespace osu.Game.Rulesets.Mania.Edit.Blueprints
|
||||
base.UpdatePosition(screenSpacePosition);
|
||||
|
||||
// Continue updating the position until placement is finished on mouse up.
|
||||
BeginPlacement(TimeAt(screenSpacePosition), true);
|
||||
BeginPlacement(TimeAt(screenSpacePosition), PlacementActive);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user