mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 19:22:54 +08:00
Fix indentation
This commit is contained in:
parent
0d3d22d3e1
commit
568364b604
@ -246,10 +246,10 @@ namespace osu.Game.Tests.Visual.Gameplay
|
|||||||
|
|
||||||
private void cleanUpState()
|
private void cleanUpState()
|
||||||
{
|
{
|
||||||
// Ensure previous recorder is disposed else it may affect the global playing state of `SpectatorClient`.
|
// Ensure previous recorder is disposed else it may affect the global playing state of `SpectatorClient`.
|
||||||
recorder?.RemoveAndDisposeImmediately();
|
recorder?.RemoveAndDisposeImmediately();
|
||||||
recorder = null;
|
recorder = null;
|
||||||
spectatorClient.OnNewFrames -= onNewFrames;
|
spectatorClient.OnNewFrames -= onNewFrames;
|
||||||
}
|
}
|
||||||
|
|
||||||
public class TestFramedReplayInputHandler : FramedReplayInputHandler<TestReplayFrame>
|
public class TestFramedReplayInputHandler : FramedReplayInputHandler<TestReplayFrame>
|
||||||
|
Loading…
Reference in New Issue
Block a user