1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-06 21:12:55 +08:00

Use understandable set id

This commit is contained in:
Endrik Tombak 2020-03-28 13:08:06 +02:00
parent 0a69647efe
commit 659865b457

View File

@ -91,7 +91,7 @@ namespace osu.Game.Tests.Visual.SongSelect
for (int i = 0; i < create_this_many_sets; i++)
{
var set = createTestBeatmapSet(i);
var set = createTestBeatmapSet(i + 1);
sets.Add(set);
}