Enable masking for the beatmap set cover

This commit is contained in:
iiSaLMaN 2019-06-19 21:20:00 +03:00 committed by GitHub
parent f15df51514
commit ee2268caba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,6 +84,7 @@ namespace osu.Game.Overlays.BeatmapSet
cover = new UpdateableBeatmapSetCover
{
RelativeSizeAxes = Axes.Both,
Masking = true,
},
new Box
{