mirror of
https://github.com/ppy/osu.git
synced 2025-02-12 23:12:59 +08:00
Re-enable masking by default
This commit is contained in:
parent
f65be009a3
commit
3cde11ab77
@ -32,6 +32,13 @@ namespace osu.Game.Tests.Visual.SongSelect
|
||||
RemoveAllBeatmaps();
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void TestOffScreenLoading()
|
||||
{
|
||||
AddStep("disable masking", () => Scroll.Masking = false);
|
||||
AddStep("enable masking", () => Scroll.Masking = true);
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void TestAddRemoveOneByOne()
|
||||
{
|
||||
|
@ -205,7 +205,6 @@ namespace osu.Game.Screens.SelectV2
|
||||
InternalChild = scroll = new CarouselScrollContainer
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Masking = false,
|
||||
};
|
||||
|
||||
Items.BindCollectionChanged((_, _) => FilterAsync());
|
||||
|
Loading…
Reference in New Issue
Block a user