mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-02-02 11:45:13 +01:00
Fix replay snapshots comparing states with different ticks
This commit is contained in:
@@ -98,6 +98,8 @@ TEST_P(ReplayTests, RunReplay)
|
||||
while (replayManager->IsReplaying())
|
||||
{
|
||||
gs->UpdateLogic();
|
||||
if (replayManager->IsPlaybackStateMismatching())
|
||||
break;
|
||||
}
|
||||
ASSERT_FALSE(replayManager->IsReplaying());
|
||||
ASSERT_FALSE(replayManager->IsPlaybackStateMismatching());
|
||||
|
||||
Reference in New Issue
Block a user