mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Merge remote-tracking branch 'upstream/master' into api-channels-messages
Conflicts: osu.Game/Online/Chat/Message.cs
This commit is contained in:
@ -4,6 +4,7 @@ using osu.Framework.Graphics.Cursor;
|
||||
using osu.Framework.Graphics.Textures;
|
||||
using osu.Framework.IO.Stores;
|
||||
using osu.Game.Configuration;
|
||||
using osu.Game.Graphics.Cursor;
|
||||
using osu.Game.Graphics.Processing;
|
||||
using osu.Game.Online.API;
|
||||
|
||||
@ -44,7 +45,7 @@ namespace osu.Game
|
||||
{
|
||||
Children = new Drawable[]
|
||||
{
|
||||
new CursorContainer()
|
||||
new OsuCursorContainer()
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user