Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
evenly_sized_tracks - fix simple compile error (#643)
flex's argument needs to be Into<f32>, a plain float literal is f64 which does not work, I just specified that the argument here is f32 (cherry picked from commit 9f27870)
- Loading branch information