update osu to use the framework's TooltipContainer

This commit is contained in:
Jorolf
2017-06-03 14:50:35 +02:00
parent 900e3ce3e2
commit a43890ffb4
8 changed files with 102 additions and 176 deletions

View File

@ -158,7 +158,7 @@ namespace osu.Game
Children = new Drawable[]
{
Cursor = new MenuCursor(),
new TooltipContainer(Cursor) { Depth = -1 },
new OsuTooltipContainer(Cursor) { Depth = -1 },
}
},
}