Avoid tooltip display

This commit is contained in:
Dean Herbert
2021-01-26 19:11:19 +09:00
parent b036f0165a
commit a5f3418e56
3 changed files with 16 additions and 16 deletions

View File

@ -50,7 +50,7 @@ namespace osu.Game.Tournament.Components
if (modIcon == null)
return;
AddInternal(new ModIcon(modIcon)
AddInternal(new ModIcon(modIcon, false)
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,