mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 19:32:55 +08:00
Remove no longer necessary MaxCombo
assignment in tests
This commit is contained in:
parent
c2063f415d
commit
6f47f7ffc8
@ -133,7 +133,6 @@ namespace osu.Game.Tests.Resources
|
|||||||
StarRating = diff,
|
StarRating = diff,
|
||||||
Length = length,
|
Length = length,
|
||||||
BPM = bpm,
|
BPM = bpm,
|
||||||
MaxCombo = 1000,
|
|
||||||
Hash = Guid.NewGuid().ToString().ComputeMD5Hash(),
|
Hash = Guid.NewGuid().ToString().ComputeMD5Hash(),
|
||||||
Ruleset = rulesetInfo,
|
Ruleset = rulesetInfo,
|
||||||
Metadata = metadata,
|
Metadata = metadata,
|
||||||
|
Loading…
Reference in New Issue
Block a user