1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:07:25 +08:00

Only commit if placement is active

This commit is contained in:
smoogipoo 2020-04-23 12:53:09 +09:00
parent c59096a941
commit 22d2607ff5

View File

@ -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);
}
}
}