mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 01:02:55 +08:00
resetComments -> refetchComments
This commit is contained in:
parent
6adf5ba381
commit
7dc03a1335
@ -119,7 +119,7 @@ namespace osu.Game.Overlays.Comments
|
||||
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
Sort.BindValueChanged(_ => resetComments());
|
||||
Sort.BindValueChanged(_ => refetchComments());
|
||||
base.LoadComplete();
|
||||
}
|
||||
|
||||
@ -132,7 +132,7 @@ namespace osu.Game.Overlays.Comments
|
||||
Sort.TriggerChange();
|
||||
}
|
||||
|
||||
private void resetComments()
|
||||
private void refetchComments()
|
||||
{
|
||||
clearComments();
|
||||
getComments();
|
||||
|
Loading…
Reference in New Issue
Block a user