mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Fix score table using 300/100/50
This commit is contained in:
@ -53,7 +53,7 @@ namespace osu.Game.Tests.Visual.SongSelect
|
||||
}
|
||||
};
|
||||
|
||||
IEnumerable<ScoreInfo> scores = new[]
|
||||
var scores = new List<ScoreInfo>
|
||||
{
|
||||
new ScoreInfo
|
||||
{
|
||||
|
Reference in New Issue
Block a user