mirror of
https://github.com/ppy/osu.git
synced 2026-05-20 01:02:11 +08:00
deselect stuff stuff when grid from points
This commit is contained in:
@@ -56,6 +56,9 @@ namespace osu.Game.Rulesets.Osu.Edit
|
||||
{
|
||||
isPlacingGridFromPoints = true;
|
||||
gridFromPointsStart = null;
|
||||
|
||||
// Deselect all objects because we cant snap to objects which are selected.
|
||||
DeselectAll();
|
||||
}
|
||||
|
||||
protected override bool OnMouseDown(MouseDownEvent e)
|
||||
|
||||
Reference in New Issue
Block a user