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

Use the term "programmatically" instead

This commit is contained in:
Salman Ahmed 2022-03-06 00:01:45 +03:00
parent 5b3ffb12b7
commit 634821e49f

View File

@ -65,7 +65,7 @@ namespace osu.Game.Graphics.Containers
}
/// <summary>
/// Invoked when any scroll has been performed either automatically or by user.
/// Invoked when any scroll has been performed either programmatically or by user.
/// </summary>
protected virtual void OnScrollChange(bool byUser) => UserScrolling = byUser;
}