1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-15 16:27:43 +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,6 +330,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
ensurePlacementCreated();
// updates the placement with the latest editor clock time.
if (CurrentPlacement != null)
updatePlacementTimeAndPosition();
}