mirror of
https://github.com/osukey/osukey.git
synced 2025-05-02 12:17:27 +09: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…
x
Reference in New Issue
Block a user