mirror of
https://github.com/ppy/osu.git
synced 2026-05-30 15:40:31 +08:00
Avoid cross-pollution between tests of current playing state
This commit is contained in:
@@ -57,6 +57,8 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
Remove(testSpectatorStreamingClient);
|
||||
Add(testSpectatorStreamingClient);
|
||||
});
|
||||
|
||||
finish();
|
||||
}
|
||||
|
||||
private OsuFramedReplayInputHandler replayHandler =>
|
||||
@@ -212,6 +214,8 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
BeatmapID = beatmapId,
|
||||
RulesetID = 0,
|
||||
});
|
||||
|
||||
sentState = false;
|
||||
}
|
||||
|
||||
private bool sentState;
|
||||
|
||||
Reference in New Issue
Block a user