Rename class to better match usage

This commit is contained in:
Dean Herbert
2019-08-11 16:15:44 +09:00
parent d55f9404da
commit 684c37bf05
2 changed files with 7 additions and 7 deletions

View File

@ -121,7 +121,7 @@ namespace osu.Game.Overlays.Changelog
AccentColour = colours.Violet;
}
protected override Drawable CreateIcon() => new ScreenTitleIcon(@"Icons/changelog");
protected override Drawable CreateIcon() => new ScreenTitleTextureIcon(@"Icons/changelog");
}
}
}