mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 16:12:54 +08:00
Make TooltipText virtual
This commit is contained in:
parent
05b0564381
commit
a446b627da
@ -66,6 +66,6 @@ namespace osu.Game.Graphics
|
||||
date.Humanize() :
|
||||
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