RobLoach / raylib-aseprite

Load Aseprite files for animated sprites in raylib.
zlib License
77 stars 6 forks source link

C++ compilation error fix #15

Closed demon-i386 closed 3 years ago

demon-i386 commented 3 years ago

"fixed error: designator order for field ‘Color::r’ does not match declaration order in ‘Color’" and "error: designator order for field ‘Image::mipmaps’ does not match declaration order in ‘Image’".

RobLoach commented 3 years ago

Thanks a lot!