mirror of
https://github.com/ppy/osu
synced 2025-03-09 12:58:24 +00:00
Add comment for clarity
This commit is contained in:
parent
8644d04a84
commit
3916d98e52
@ -67,6 +67,8 @@ namespace osu.Game.Overlays
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
base.LoadComplete();
|
||||
|
||||
// should not be run until first pop-in to avoid requesting data before user views.
|
||||
article.BindValueChanged(onArticleChanged);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user