mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Create DrawableJoinDate somehow and remove dateFormat argument
This commit is contained in:
@ -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";
|
||||
|
Reference in New Issue
Block a user