1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 04:07:25 +08:00

Add missing access modifier

This commit is contained in:
Dean Herbert 2017-07-14 07:05:39 +09:00
parent bfa6a9aa4e
commit b1d447bf71

View File

@ -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.