RandyGaul / cute_headers

Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games
4.21k stars 264 forks source link

cute_aseprite: fix slice pivot parse bug #372

Closed zpl-zak closed 8 months ago

zpl-zak commented 8 months ago

This is a required change because in Aseprite (v1.2.40 as of writing) the slice can have both the 9-slice and pivot modes enabled, whereas the code picks one exclusively.

Closes https://github.com/RandyGaul/cute_headers/issues/371