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