Skip to content

Commit 61d60cb

Browse files
committed
Remove superfluous 'v' in verion tag
1 parent 700309a commit 61d60cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/GLTF.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ void GLTFExporter::buildAssetEntry(ModelType type)
172172
extras.emplace("model_type", to_string(type));
173173

174174
model.asset.version = "2.0";
175-
model.asset.generator = std::format("{} v{}", PROJECT_NAME, PROJECT_VERSION);
175+
model.asset.generator = std::format("{} {}", PROJECT_NAME, PROJECT_VERSION);
176176
model.asset.extras = tinygltf::Value(extras);
177177
}
178178

0 commit comments

Comments
 (0)