Merge remote-tracking branch 'upstream/master' into api-channels-messages

Conflicts:
	osu.Game/Online/Chat/Message.cs
This commit is contained in:
Dean Herbert
2016-09-29 23:54:33 +09:00
14 changed files with 91 additions and 24 deletions

View File

@ -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()
}
}
});