mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:20:04 +08:00
Add max combo to test beatmap info
This commit is contained in:
parent
af22e67e15
commit
2cb1974a58
@ -133,6 +133,7 @@ namespace osu.Game.Tests.Resources
|
||||
StarRating = diff,
|
||||
Length = length,
|
||||
BPM = bpm,
|
||||
MaxCombo = 1000,
|
||||
Hash = Guid.NewGuid().ToString().ComputeMD5Hash(),
|
||||
Ruleset = rulesetInfo,
|
||||
Metadata = metadata,
|
||||
|
Loading…
Reference in New Issue
Block a user