mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Use understandable set id
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user