mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Optimise leaderboard display
Adds async loading support and cleans up the code quite a bit in the process.
This commit is contained in:
@ -7,7 +7,7 @@ using OpenTK.Input;
|
||||
|
||||
namespace osu.Game.Graphics.Containers
|
||||
{
|
||||
internal class OsuScrollContainer : ScrollContainer
|
||||
public class OsuScrollContainer : ScrollContainer
|
||||
{
|
||||
/// <summary>
|
||||
/// Allows controlling the scroll bar from any position in the container using the right mouse button.
|
||||
|
Reference in New Issue
Block a user