mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
Fix replays not failing when last tick is the cause (#13834)
* Fix replays never failing * Change replay dependency meta * Stop replay when state mismatches
This commit is contained in:
@@ -98,8 +98,9 @@ TEST_P(ReplayTests, RunReplay)
|
||||
while (replayManager->IsReplaying())
|
||||
{
|
||||
gs->UpdateLogic();
|
||||
ASSERT_TRUE(replayManager->IsPlaybackStateMismatching() == false);
|
||||
}
|
||||
ASSERT_FALSE(replayManager->IsReplaying());
|
||||
ASSERT_FALSE(replayManager->IsPlaybackStateMismatching());
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user