mirror of
https://github.com/ppy/osu.git
synced 2025-01-06 07:42:55 +08:00
change wording
This commit is contained in:
parent
86382f4408
commit
96ffe8e737
@ -250,7 +250,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
|||||||
{
|
{
|
||||||
base.UpdateAfterChildren();
|
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
|
// 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.
|
// to update its Size and PathOffset beforehand, ensuring correct placement.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user