mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Add back .ToLocalTime()
call to DrawableDate
This is required because the class is used in many other places that don't locally call it.
This commit is contained in:
@ -22,7 +22,7 @@ namespace osu.Game.Graphics
|
||||
if (date == value)
|
||||
return;
|
||||
|
||||
date = value;
|
||||
date = value.ToLocalTime();
|
||||
|
||||
if (LoadState >= LoadState.Ready)
|
||||
updateTime();
|
||||
|
Reference in New Issue
Block a user