mirror of
https://github.com/osukey/osukey.git
synced 2025-05-07 22:57:31 +09: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)
|
switch (rulesetID)
|
||||||
{
|
{
|
||||||
case 0:
|
case 0:
|
||||||
return 336;
|
return 336; // recommended star rating of 2
|
||||||
|
|
||||||
case 1:
|
case 1:
|
||||||
return 928;
|
return 928; // SR 3
|
||||||
|
|
||||||
case 2:
|
case 2:
|
||||||
return 1905;
|
return 1905; // SR 4
|
||||||
|
|
||||||
case 3:
|
case 3:
|
||||||
return 3329;
|
return 3329; // SR 5
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user