1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-15 14:37:30 +08:00

Fix coding mistake

This commit is contained in:
Salman Alshamrani 2024-10-14 15:11:35 -04:00
parent 40b98d4863
commit e151c0fab1

View File

@ -330,7 +330,8 @@ namespace osu.Game.Screens.Edit.Compose.Components
ensurePlacementCreated();
// updates the placement with the latest editor clock time.
updatePlacementTimeAndPosition();
if (CurrentPlacement != null)
updatePlacementTimeAndPosition();
}
protected override bool OnMouseMove(MouseMoveEvent e)