mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 00:09:55 +09:00
Use the term "programmatically" instead
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user