Skip to content

Commit

Permalink
fix errors in loading model from png
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilia Platone committed May 28, 2022
1 parent 98f6bdf commit 6374f84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vlbi/stream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,7 @@ void vlbi_add_model_from_png(void *ctx, char *filename, const char *name)
vlbi_add_model(nodes, file[c], model);
}
}
vlbi_add_model(nodes, dsp_stream_copy(file[channels]), name);
free(file);
}
}
Expand Down

0 comments on commit 6374f84

Please sign in to comment.