Use the freshly stabilized f32::total_cmp methods #5152
Labels
A-Math
Fundamental domain-agnostic mathematical operations
A-Rendering
Drawing game state to the screen
C-Code-Quality
A section of code that is hard to understand or change
D-Trivial
Nice and easy! A great choice to get started with Bevy
The FloatOrd type exists to workaround the inability to order Rust floats.
Fortunately, the f32::total_cmp method just stabilized.
We should at least use this internally, and investigate whether we can remove this wrapper type completely.
The text was updated successfully, but these errors were encountered: