Apply NRT to Comment

This commit is contained in:
ansel
2022-09-27 22:45:05 +03:00
parent 4013c96ca5
commit 58d9509ce6
2 changed files with 8 additions and 10 deletions

View File

@ -266,7 +266,7 @@ namespace osu.Game.Overlays.Comments
else
username.AddText(Comment.LegacyName);
if (Comment.EditedAt.HasValue)
if (Comment.EditedAt.HasValue && Comment.EditedUser != null)
{
var font = OsuFont.GetFont(size: 12, weight: FontWeight.Regular);
var colour = colourProvider.Foreground1;