mirror of
https://github.com/ppy/osu
synced 2025-02-08 22:27:14 +00:00
Add missing access modifier
This commit is contained in:
parent
bfa6a9aa4e
commit
b1d447bf71
@ -7,7 +7,7 @@ using OpenTK.Input;
|
|||||||
|
|
||||||
namespace osu.Game.Graphics.Containers
|
namespace osu.Game.Graphics.Containers
|
||||||
{
|
{
|
||||||
class OsuScrollContainer : ScrollContainer
|
internal class OsuScrollContainer : ScrollContainer
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Add the ability to seek to an absolute scroll position when the right mouse button is pressed or dragged.
|
/// Add the ability to seek to an absolute scroll position when the right mouse button is pressed or dragged.
|
||||||
|
Loading…
Reference in New Issue
Block a user