Move comment to more pertinent place

This commit is contained in:
Bartłomiej Dach
2020-02-24 21:30:27 +01:00
parent fe1f2858c1
commit 4cbb2a2f59

View File

@ -96,9 +96,9 @@ namespace osu.Game.Overlays.Comments
{
var orphaned = new List<Comment>();
// Exclude possible duplicated comments.
foreach (var comment in bundle.Comments.Concat(bundle.IncludedComments))
{
// Exclude possible duplicated comments.
if (commentDictionary.ContainsKey(comment.Id))
continue;