1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-24 06:11:18 +08:00

Fix beatmap set cover goes out of its container (#5073)

Fix beatmap set cover goes out of its container
This commit is contained in:
Dean Herbert
2019-06-20 11:21:22 +09:00
committed by GitHub
Unverified
+1
View File
@@ -85,6 +85,7 @@ namespace osu.Game.Overlays.BeatmapSet
cover = new UpdateableBeatmapSetCover
{
RelativeSizeAxes = Axes.Both,
Masking = true,
},
new Box
{