Renderers for monogame and sfml are boxing colors
Opened this issue · 1 comments
Deleted user commented
It was thought that they were using the Equals
extension method but instead they are using the normal object-based method. These conversions aren't really required as they could just compare the color directly and avoid the monogame/sfml color.
Deleted user commented
Fixed in latest commit