RobustToolbox
RobustToolbox copied to clipboard
Perf: Improve replay playback responsiveness
- There is a time budget when applying replay ticks updates of only 10 ms (cvar ReplayMaxScrubTime)
- Ensure we don't apply checkpoints that move us backwards in time by accident
- Prevent double-lookup of checkpoints. Goal is to mitigate user impact of less checkpoints from https://github.com/space-wizards/RobustToolbox/pull/5145