mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 12:20:58 +00:00
27b55030e2
It looks like Allegro library was changing the locale to the active one, and it can break things like strtod() (which is used to convert colors from string format in AddColor command). In this case, if we added a HSV color with double floating-point precision, it was added incorrectly because strtod() wasn't taking the decimal part. |
||
---|---|---|
.. | ||
main.cpp | ||
resources_win32.rc | ||
xpm_icon.c |