mirror of
https://github.com/ppy/osu
synced 2025-03-19 17:44:30 +00:00
Add comment as to why counter is zeroes only in Show method
This commit is contained in:
parent
6493f24547
commit
5863576ce4
@ -135,7 +135,9 @@ namespace osu.Game.Overlays.Comments
|
||||
if (!IsLoaded)
|
||||
return;
|
||||
|
||||
// only reset when changing ID/type. other refetch ops are generally just changing sort order.
|
||||
commentCounter.Current.Value = 0;
|
||||
|
||||
refetchComments();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user