Skip to content

Fix panic sorting PartialOrd

Jeremy Soller requested to merge alexheretic:fix-sort-panic into master

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.

Merge request reports