mirror of
https://github.com/ppy/osu.git
synced 2026-05-31 23:50:29 +08:00
Fix incorrect year being passed on first load
This commit is contained in:
@@ -126,7 +126,7 @@ namespace osu.Game.Overlays
|
||||
loadArticle(article.NewValue);
|
||||
}
|
||||
|
||||
private void loadFrontPage(int year = 0)
|
||||
private void loadFrontPage(int? year = null)
|
||||
{
|
||||
beginLoading();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user