1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 10:33:07 +08:00

Call the method directly rather that trigger a bindable

This commit is contained in:
Andrei Zavatski 2020-01-23 12:21:16 +03:00
parent 6c3c4f1ea6
commit 667fdb907c

View File

@ -129,7 +129,7 @@ namespace osu.Game.Overlays.Comments
{
this.type = type;
this.id = id;
Sort.TriggerChange();
refetchComments();
}
private void refetchComments()