1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 01:02:55 +08:00

resetComments -> refetchComments

This commit is contained in:
Andrei Zavatski 2020-01-07 12:30:06 +03:00
parent 6adf5ba381
commit 7dc03a1335

View File

@ -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();