mirror of
https://github.com/ppy/osu
synced 2025-03-21 18:38:25 +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)
|
if (!IsLoaded)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
// only reset when changing ID/type. other refetch ops are generally just changing sort order.
|
||||||
commentCounter.Current.Value = 0;
|
commentCounter.Current.Value = 0;
|
||||||
|
|
||||||
refetchComments();
|
refetchComments();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user