Create DrawableJoinDate somehow and remove dateFormat argument

This commit is contained in:
HoutarouOreki
2018-05-25 13:30:29 +02:00
parent 961702aadf
commit 05b0564381
3 changed files with 17 additions and 3 deletions

View File

@ -17,7 +17,7 @@ namespace osu.Game.Graphics
/// <param name="dateFormat">The string to format the date text with.
/// May be null if the humanized format should be used.</param>
public DrawableDate(DateTimeOffset date, string dateFormat = null)
public DrawableDate(DateTimeOffset date)
{
AutoSizeAxes = Axes.Both;
Font = "Exo2.0-RegularItalic";