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

stable_dt is broken #3830

Closed
emilk opened this issue Jan 17, 2024 · 0 comments · Fixed by #3832
Closed

stable_dt is broken #3830

emilk opened this issue Jan 17, 2024 · 0 comments · Fixed by #3832
Labels
bug Something is broken

Comments

@emilk
Copy link
Owner

emilk commented Jan 17, 2024

It seems the multi-viewport work broke stable_dt, making animations in egui bad

@emilk emilk added the bug Something is broken label Jan 17, 2024
@emilk emilk added this to the Next Major Release milestone Jan 17, 2024
emilk added a commit that referenced this issue Jan 17, 2024
This broke in #3172

Since 0.24.1, `stable_dt` has been fixed at 1/60s, which is a little
bit _too_ stable.

The code issue was the logic for asking "Is this the result of an
immeditate repaint?" was completely broken (always returning false).

* Closes #3830
@emilk emilk mentioned this issue Jan 17, 2024
emilk added a commit that referenced this issue Jan 17, 2024
This broke in #3172

Since 0.24.1, `stable_dt` has been fixed at 1/60s, which is a little bit
_too_ stable.

The code issue was the logic for asking "Is this the result of an
immeditate repaint?" was completely broken (always returning false).

* Closes #3830
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is broken
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant