mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 14:17:26 +08:00
Add clarifying comment about pp choice
This commit is contained in:
parent
1c04d58d6e
commit
d30e4061cc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user