Thraka/SadConsole

Renderers for monogame and sfml are boxing colors

Opened this issue · 1 comments

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.

Fixed in latest commit