Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Autodidac authored Aug 28, 2024
1 parent 72b943f commit eeeef53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit eeeef53

Please sign in to comment.