mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Removed the IgnoreTooltip property
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user