mirror of
https://github.com/osukey/osukey.git
synced 2025-05-09 23:57:18 +09:00
Fix incorrect year being passed on first load
This commit is contained in:
parent
c48b5eebdd
commit
40ca94cd7b
@ -126,7 +126,7 @@ namespace osu.Game.Overlays
|
|||||||
loadArticle(article.NewValue);
|
loadArticle(article.NewValue);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void loadFrontPage(int year = 0)
|
private void loadFrontPage(int? year = null)
|
||||||
{
|
{
|
||||||
beginLoading();
|
beginLoading();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user