mirror of
https://github.com/ppy/osu
synced 2025-01-19 04:20:59 +00:00
Make TooltipText virtual
This commit is contained in:
parent
05b0564381
commit
a446b627da
@ -66,6 +66,6 @@ namespace osu.Game.Graphics
|
|||||||
date.Humanize() :
|
date.Humanize() :
|
||||||
string.Format(dateFormat, date);
|
string.Format(dateFormat, date);
|
||||||
|
|
||||||
public string TooltipText => string.Format("{0:d MMMM yyyy H:mm \"UTC\"z}", date);
|
public virtual string TooltipText => string.Format("{0:d MMMM yyyy H:mm \"UTC\"z}", date);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user