Skip to content

Commit

Permalink
vox2fbx: fix unused variable warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jpaver committed Jul 25, 2023
1 parent c38c248 commit 343f48e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/vox2fbx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ int32_t main(int32_t argc, char** argv) {

// default parameter values
const char* mesh_algorithm = "polygon";
const char* out_dir = NULL;
bool named_models_only = false;
bool y_as_up = false;

Expand Down

0 comments on commit 343f48e

Please sign in to comment.