mirror of
https://github.com/IAmTomShaw/f1-race-replay.git
synced 2026-05-09 08:25:56 +02:00
[GH-ISSUE #127] [BUG] Playback Speed Increases Indefinitely Without Limits #33
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/f1-race-replay#33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @anirudhk06 on GitHub (Dec 26, 2025).
Original GitHub issue: https://github.com/IAmTomShaw/f1-race-replay/issues/127
Description
The playback speed control increases and decreases exponentially without any upper or lower bound. Each interaction doubles the speed value (1x → 2x → 4x → 8x → 16x → 32x …), and the same behavior occurs in the negative direction.
This makes playback difficult to control after a few interactions and results in unrealistic speed values.
Steps to Reproduce
@anirudhk06 commented on GitHub (Dec 26, 2025):
@IAmTomShaw
I’d be happy to work on a fix for this if the behavior is unintended.
Please let me know if you have any preference for the speed limits or
implementation approach.
@IAmTomShaw commented on GitHub (Dec 27, 2025):
I've made some quick changes to limit the max speed to 1024x :)