mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Overall cleanups
This commit is contained in:
@ -91,7 +91,9 @@ namespace osu.Game.Overlays.Comments
|
||||
{
|
||||
if (c.IsTopLevel)
|
||||
content.Add(new DrawableComment(c)
|
||||
{ ShowDeleted = { BindTarget = ShowDeleted } });
|
||||
{
|
||||
ShowDeleted = { BindTarget = ShowDeleted }
|
||||
});
|
||||
}
|
||||
|
||||
int deletedComments = 0;
|
||||
|
Reference in New Issue
Block a user