change wording

This commit is contained in:
OliBomby 2024-01-15 12:51:08 +01:00
parent 86382f4408
commit 96ffe8e737
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ protected override void 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
// to update its Size and PathOffset beforehand, ensuring correct placement.