Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Options Menu sliders being frame-dependent at lower framerates #677

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Onaterdem
Copy link

@Onaterdem Onaterdem commented Mar 2, 2025

Options menu sliders use their local deltaTime values to determine the fastIncrement logic, which causes issues at low framerates. Changed the logic to use a persistent variable and fixed a few related bugs (such as 1/119 dT and 1/120 INCREMENT_TIME causing two increments)

@Onaterdem Onaterdem closed this Mar 2, 2025
@Onaterdem Onaterdem reopened this Mar 2, 2025
@Onaterdem Onaterdem changed the title Slider fix Fix Options Menu sliders being frame-dependent at lower framerates Mar 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant