Add comment as to why counter is zeroes only in Show method

This commit is contained in:
Dean Herbert 2020-01-24 11:42:33 +09:00
parent 6493f24547
commit 5863576ce4

View File

@ -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();
} }