1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 23:27:25 +08:00

Add clarifying comment about pp choice

This commit is contained in:
Endrik Tombak 2020-05-01 19:46:49 +03:00
parent 1c04d58d6e
commit d30e4061cc

View File

@ -67,16 +67,16 @@ namespace osu.Game.Tests.Visual.SongSelect
switch (rulesetID)
{
case 0:
return 336;
return 336; // recommended star rating of 2
case 1:
return 928;
return 928; // SR 3
case 2:
return 1905;
return 1905; // SR 4
case 3:
return 3329;
return 3329; // SR 5
default:
return 0;