1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-25 03:49:55 +08:00

Enable masking for the beatmap set cover

This commit is contained in:
iiSaLMaN
2019-06-19 21:20:00 +03:00
committed by GitHub
Unverified
parent f15df51514
commit ee2268caba
+1
View File
@@ -84,6 +84,7 @@ namespace osu.Game.Overlays.BeatmapSet
cover = new UpdateableBeatmapSetCover
{
RelativeSizeAxes = Axes.Both,
Masking = true,
},
new Box
{