1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-13 16:13:34 +08:00

change wording

This commit is contained in:
OliBomby 2024-01-15 12:51:08 +01:00
parent 86382f4408
commit 96ffe8e737

View File

@ -250,7 +250,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
{
base.UpdateAfterChildren();
// During slider path editing, the PlaySliderBody is scheduled to refresh once in the Update phase.
// During slider path editing, the PlaySliderBody is scheduled to refresh once on Update.
// It is crucial to perform the code below in UpdateAfterChildren. This ensures that the SliderBody has the opportunity
// to update its Size and PathOffset beforehand, ensuring correct placement.