mirror of
https://github.com/ppy/osu.git
synced 2025-03-24 16:17:23 +08:00
Remove unused variable
This commit is contained in:
parent
bca58ddb42
commit
1ce972dd5b
@ -14,8 +14,6 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
[Description("Player instantiated with an autoplay mod.")]
|
||||
public class TestSceneAutoplay : TestSceneAllRulesetPlayers
|
||||
{
|
||||
private ClockBackedTestWorkingBeatmap.TrackVirtualManual track;
|
||||
|
||||
protected override Player CreatePlayer(Ruleset ruleset)
|
||||
{
|
||||
SelectedMods.Value = SelectedMods.Value.Concat(new[] { ruleset.GetAutoplayMod() }).ToArray();
|
||||
@ -41,8 +39,6 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
{
|
||||
var working = base.CreateWorkingBeatmap(beatmap, storyboard);
|
||||
|
||||
track = (ClockBackedTestWorkingBeatmap.TrackVirtualManual)working.Track;
|
||||
|
||||
return working;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user