From eeeef5397ddbd47e017f9d1a6d123cf0a490209c Mon Sep 17 00:00:00 2001 From: Autodidac <177971875+Autodidac@users.noreply.github.com> Date: Wed, 28 Aug 2024 10:40:25 -0400 Subject: [PATCH] Update main.cpp --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 11b5fa6..d16fee5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -22,7 +22,7 @@ int main() { } // Save the glTF model to a new file - if (!GLTFParser::save_to_file(model, "path/to/your/model_output.gltf")) { + if (!GLTFParser::save_to_file(model, "../models/test_model_saving.gltf")) { std::cerr << "Failed to save glTF model." << std::endl; return -1; }