mirror of
https://github.com/ppy/osu.git
synced 2026-05-27 05:09:58 +08:00
Add comment as to why counter is zeroes only in Show method
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user