mirror of
https://github.com/syoyo/tinygltf.git
synced 2026-09-16 15:24:34 +00:00
parse_path_for_test() split the file path on '/' only, so a Windows style arg like models\Cube\Cube.gltf produced an empty base dir and external buffers (Cube.bin) failed to resolve. Split on '\' too.