jpaver / opengametools

A set of open c++ game development tools that are lightweight, easy-to-integrate and free to use. Currently hosting a magicavoxel .vox full scene loader.
MIT License
373 stars 35 forks source link

ogt_vox: fixed MATL chunk saving #26

Closed mgerhardy closed 2 years ago

mgerhardy commented 2 years ago

the _type dict entry wasn't counted for the header of the dict

jpaver commented 2 years ago

Fix looks great, thanks!

mgerhardy commented 2 years ago

https://github.com/jpaver/opengametools/issues/22