mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
Cleanup.
This commit is contained in:
@@ -76,7 +76,7 @@ TEST_F(ReplayTests, all)
|
||||
while (replayManager->IsReplaying())
|
||||
{
|
||||
gs->UpdateLogic();
|
||||
ASSERT_TRUE(replayManager->IsPlaybackStateMismatching());
|
||||
ASSERT_TRUE(replayManager->IsPlaybackStateMismatching() == false);
|
||||
}
|
||||
}
|
||||
SUCCEED();
|
||||
|
||||
Reference in New Issue
Block a user