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

@ -16,7 +16,7 @@ using osu.Game.Rulesets.Mods;
using osu.Game.Rulesets.UI;
using System;
using System.Linq;
using osu.Game.Graphics;
using osu.Framework.Graphics.Cursor;
namespace osu.Game.Overlays.Mods
{