mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-06 00:36:09 +08:00
FIX: fix the auxiliaries files not included issue in cli
Change-Id: Iecc18d6013ddc3397b4405a80b24e0630b293fc7
This commit is contained in:
parent
3b25d02eea
commit
f9793be848
@ -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…
x
Reference in New Issue
Block a user