[mod_reader] Fix option name.

This commit is contained in:
lzwdgc 2024-02-16 01:25:32 +03:00
parent d51dff3a32
commit d56fd1be70

View file

@ -36,7 +36,7 @@ using namespace std;
// options
cl::opt<bool> all_formats("a", cl::desc("all formats"));
cl::opt<bool> silent("s", cl::desc("silent"));
cl::opt<bool> silent("silent", cl::desc("silent"));
cl::opt<bool> printMaxPolygonBlock("m", cl::desc("print max polygon block"));
void convert_model(const path &fn)