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

Question: What controls the delta time, or time between updates? #7

Open
Kietyo opened this issue Jul 18, 2021 · 1 comment
Open

Question: What controls the delta time, or time between updates? #7

Kietyo opened this issue Jul 18, 2021 · 1 comment

Comments

@Kietyo
Copy link

Kietyo commented Jul 18, 2021

Usually in game code I see some kind of delta time being factored in between updates but I'm not noticing any code referencing time anywhere? I was wondering how the update frequency/interval is working for compose?

@OndrejMalek
Copy link

OndrejMalek commented Feb 10, 2022

IMO incrementing states at lines

ensures recomposition will take place every frame. Frame rate is limited by compose runtime to 60FPS maybe.

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

No branches or pull requests

2 participants