-
Notifications
You must be signed in to change notification settings - Fork 5
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
--tps and --fps mixed up? #22
Comments
Oh yeah, star mode doesnt work either.
|
The calculation of And I haven't implemented star mode yet, so I don't have much time to do it lately 🥲 |
|
Would it be possible to apply similar logic sort of how video games do their calculations to de-couple tick rate & fps? Getting some weird effects happening. I'll try and have a look over the code and see if I can fix it myself, but figure I'll raise it here as a +1 |
If there's an example, I can understand what the problem is, because the way doing it now is my own interpretation, and I'm not sure it's the right one. Anyway, more PR are welcome. |
When ever i use --fps and set it to 140 and use --show-fps the indicator stays at 60, while if i use --tps and set it to 150 and use --show-fps the indicator shows 150.
Mabye also consider making -f and -t shorthand for --fps and --tps
The text was updated successfully, but these errors were encountered: