Removed the IgnoreTooltip property

This commit is contained in:
Ninjaprawn
2017-12-16 20:16:40 +11:00
parent a491710fe4
commit 71e59bc9e7
12 changed files with 1 additions and 14 deletions

View File

@ -28,8 +28,7 @@ namespace osu.Game.Rulesets.UI
private readonly ModType type;
public string TooltipText { get; }
public virtual bool IgnoreTooltip { get; }
public virtual string TooltipText { get; }
public ModIcon(Mod mod)
{
@ -38,7 +37,6 @@ namespace osu.Game.Rulesets.UI
type = mod.Type;
TooltipText = mod.Name;
IgnoreTooltip = false;
Size = new Vector2(size);