mirror of
https://github.com/ppy/osu.git
synced 2025-01-23 03:02:55 +08:00
Use understandable set id
This commit is contained in:
parent
0a69647efe
commit
659865b457
@ -91,7 +91,7 @@ namespace osu.Game.Tests.Visual.SongSelect
|
|||||||
|
|
||||||
for (int i = 0; i < create_this_many_sets; i++)
|
for (int i = 0; i < create_this_many_sets; i++)
|
||||||
{
|
{
|
||||||
var set = createTestBeatmapSet(i);
|
var set = createTestBeatmapSet(i + 1);
|
||||||
sets.Add(set);
|
sets.Add(set);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user