Update with missing icons

This commit is contained in:
Dean Herbert
2020-09-03 17:05:45 +09:00
parent f5a73130e1
commit 99e34d8562
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ namespace osu.Game.Overlays.BeatmapSet
public BeatmapHeaderTitle()
{
Title = "beatmap info";
IconTexture = "Icons/Hexacons/music";
IconTexture = "Icons/Hexacons/beatmap";
}
}
}