mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Use the term "programmatically" instead
This commit is contained in:
@ -65,7 +65,7 @@ namespace osu.Game.Graphics.Containers
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <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>
|
/// </summary>
|
||||||
protected virtual void OnScrollChange(bool byUser) => UserScrolling = byUser;
|
protected virtual void OnScrollChange(bool byUser) => UserScrolling = byUser;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user