mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Only commit if placement is active
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user