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

Make clock more consistent #11

Open
shish opened this issue Oct 9, 2021 · 0 comments
Open

Make clock more consistent #11

shish opened this issue Oct 9, 2021 · 0 comments
Labels
c++ C++-specific go Go-specific good first issue Good for newcomers

Comments

@shish
Copy link
Owner

shish commented Oct 9, 2021

C++ and Go use a signed int for if sleep_for > 0, Rust uses an unsigned if time_spent < time_per_frame

Switching C++ and Go to use the unsigned approach would probably be easiest

@shish shish added c++ C++-specific go Go-specific good first issue Good for newcomers labels Oct 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ C++-specific go Go-specific good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant