mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 08:17:51 -06:00
FIX: fix the auxiliaries files not included issue in cli
Change-Id: Iecc18d6013ddc3397b4405a80b24e0630b293fc7
This commit is contained in:
parent
3b25d02eea
commit
f9793be848
1 changed files with 1 additions and 1 deletions
|
@ -751,7 +751,7 @@ int CLI::run(int argc, char **argv)
|
|||
boost::nowide::cerr << "Error: file is empty: " << file << std::endl;
|
||||
continue;
|
||||
}
|
||||
m_models.push_back(model);
|
||||
m_models.push_back(std::move(model));
|
||||
}
|
||||
//}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue