mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 12:23:22 +08:00
Remove unneeded test data
This commit is contained in:
parent
0d077b7a5d
commit
0b06c5bcb1
@ -45,15 +45,7 @@ namespace osu.Game.Rulesets.Mania.Tests
|
|||||||
new Note { StartTime = beat_length }
|
new Note { StartTime = beat_length }
|
||||||
},
|
},
|
||||||
ControlPointInfo = new ControlPointInfo(),
|
ControlPointInfo = new ControlPointInfo(),
|
||||||
BeatmapInfo =
|
BeatmapInfo = { Ruleset = ruleset.RulesetInfo },
|
||||||
{
|
|
||||||
BaseDifficulty = new BeatmapDifficulty
|
|
||||||
{
|
|
||||||
SliderTickRate = 4,
|
|
||||||
OverallDifficulty = 10,
|
|
||||||
},
|
|
||||||
Ruleset = ruleset.RulesetInfo
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
|
|
||||||
foreach (var note in beatmap.HitObjects)
|
foreach (var note in beatmap.HitObjects)
|
||||||
@ -62,11 +54,9 @@ namespace osu.Game.Rulesets.Mania.Tests
|
|||||||
}
|
}
|
||||||
|
|
||||||
beatmap.ControlPointInfo.Add(0, new TimingControlPoint
|
beatmap.ControlPointInfo.Add(0, new TimingControlPoint
|
||||||
{
|
{
|
||||||
TimeSignature = Game.Beatmaps.Timing.TimeSignatures.SimpleQuadruple,
|
BeatLength = beat_length
|
||||||
BeatLength = beat_length
|
});
|
||||||
}
|
|
||||||
);
|
|
||||||
|
|
||||||
Child = new Container
|
Child = new Container
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user