1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-20 13:20:21 +08:00

Reduce bleed in tests to allow them to pass

This commit is contained in:
Bartłomiej Dach
2025-04-11 10:13:49 +02:00
Unverified
parent 4398479846
commit 9911e0819e
@@ -96,8 +96,8 @@ namespace osu.Game.Tests.Visual.SongSelect
{
Carousel = new BeatmapCarousel
{
BleedTop = 200,
BleedBottom = 200,
BleedTop = 50,
BleedBottom = 50,
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Width = 800,