mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 00:53:56 +09: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)
|
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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user