diff --git a/src/Raw2Gltf.cpp b/src/Raw2Gltf.cpp index f9c2694..eaa034d 100644 --- a/src/Raw2Gltf.cpp +++ b/src/Raw2Gltf.cpp @@ -304,7 +304,7 @@ ModelData *Raw2Gltf( std::unique_ptr gltf(new GLTFData(options.outputBinary)); - std::map> nodesById; + std::map> nodesById; std::map> materialsByName; std::map> textureByIndicesKey; std::map> meshBySurfaceId;