1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 16:54:52 +01:00

Address review comments for benchsimulate

This commit is contained in:
Michał Janiszewski
2021-01-10 13:33:53 +01:00
parent a8c3ca72ed
commit deebd779a9
3 changed files with 11 additions and 9 deletions

View File

@@ -369,7 +369,7 @@ void GameState::UpdateLogic(LogicTimings* timings)
if (timings != nullptr)
{
timings->CurrentIdx = (timings->CurrentIdx + 1) % LOGIC_UPDATE_MEASURMENTS_COUNT;
timings->CurrentIdx = (timings->CurrentIdx + 1) % LOGIC_UPDATE_MEASUREMENTS_COUNT;
}
}