correctly name tooltip interface

This commit is contained in:
jai_ 2017-12-29 19:20:37 +00:00 committed by GitHub
parent 6de41ba172
commit 9660e0885b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;