mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Change return type of CreateDaySeparator
to Drawable
This commit is contained in:
@ -171,7 +171,7 @@ namespace osu.Game.Online.Chat
|
||||
|
||||
protected override ChatLine CreateChatLine(Message m) => CreateChatLineAction(m);
|
||||
|
||||
protected override DaySeparator CreateDaySeparator(DateTimeOffset time) => new DaySeparator(time)
|
||||
protected override Drawable CreateDaySeparator(DateTimeOffset time) => new DaySeparator(time)
|
||||
{
|
||||
TextSize = 14,
|
||||
Colour = daySepColour,
|
||||
|
Reference in New Issue
Block a user