jkuhlmann / cgltf

:diamond_shape_with_a_dot_inside: Single-file glTF 2.0 loader and writer written in C99
MIT License
1.44k stars 136 forks source link

Fix unpack_floats() for signed integers. #180

Closed prideout closed 2 years ago

prideout commented 2 years ago

Fix unpack_floats() for signed integers.

The return type of cgltf_component_read_index is unsigned, which does not work if the underlying type is signed.