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:
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()
|
||||
|
Loading…
Reference in New Issue
Block a user