mirror of
https://github.com/ppy/osu.git
synced 2025-01-07 15:32:58 +08:00
Fix copy paste oversight
This commit is contained in:
parent
bac5f79731
commit
f4c8b6d219
@ -120,7 +120,7 @@ namespace osu.Game.Tests.Visual.SongSelect
|
|||||||
{
|
{
|
||||||
var sets = new List<BeatmapSetInfo>();
|
var sets = new List<BeatmapSetInfo>();
|
||||||
|
|
||||||
const int total_set_count = 200;
|
const int total_set_count = 20;
|
||||||
|
|
||||||
for (int i = 0; i < total_set_count; i++)
|
for (int i = 0; i < total_set_count; i++)
|
||||||
sets.Add(createTestBeatmapSet(i + 1));
|
sets.Add(createTestBeatmapSet(i + 1));
|
||||||
|
Loading…
Reference in New Issue
Block a user