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:
parent
5b3ffb12b7
commit
634821e49f
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user