Closed encukou closed 4 years ago
Two of those cases use floor division. I guess they should be changed to true division if they're being rounded afterwards?
Oops, I missed those extra slashes!
Since hz
might not be an integer, round
works better than floor division.
Thank you!
I was hit by https://github.com/lordmauve/wasabi2d/issues/57, and I think this is the right way to solve it.