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:
@@ -129,7 +129,7 @@ namespace osu.Game.Overlays.Comments
|
||||
{
|
||||
this.type = type;
|
||||
this.id = id;
|
||||
Sort.TriggerChange();
|
||||
refetchComments();
|
||||
}
|
||||
|
||||
private void refetchComments()
|
||||
|
||||
Reference in New Issue
Block a user