1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-04 07:03:39 +08:00

correctly name tooltip interface

This commit is contained in:
jai_
2017-12-29 19:20:37 +00:00
committed by GitHub
Unverified
parent 6de41ba172
commit 9660e0885b
+1 -1
View File
@@ -12,7 +12,7 @@ using osu.Game.Graphics.Backgrounds;
namespace osu.Game.Overlays.Profile
{
public class SupporterIcon : CircularContainer, IHasToolTip
public class SupporterIcon : CircularContainer, IHasTooltip
{
private readonly Box background;