1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-29 06:09:59 +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
Unverified
parent 6c3c4f1ea6
commit 667fdb907c
@@ -129,7 +129,7 @@ namespace osu.Game.Overlays.Comments
{
this.type = type;
this.id = id;
Sort.TriggerChange();
refetchComments();
}
private void refetchComments()