Fix panic sorting PartialOrd
Created by: alexheretic
I found the rasterize
method will panic when encountering edge case floats whilst minimising my game under windows. This PR fixes that using the ordered_float
crate we already depend on.
Created by: alexheretic
I found the rasterize
method will panic when encountering edge case floats whilst minimising my game under windows. This PR fixes that using the ordered_float
crate we already depend on.