Overall cleanups

This commit is contained in:
Andrei Zavatski
2019-10-10 11:43:45 +03:00
parent 371b7841d0
commit f6b78ad661
6 changed files with 35 additions and 50 deletions

View File

@ -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;