mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-19 04:10:54 +00:00
update assimp to 5.2.5 Bugfix-Release
This commit is contained in:
parent
360edf18a1
commit
c3f53b99ea
886 changed files with 7946 additions and 524449 deletions
|
|
@ -69,7 +69,7 @@ TEST_F(BlendImportAreaLight, testImportLight) {
|
|||
std::vector<std::pair<std::string, size_t>> lightNames;
|
||||
|
||||
for (size_t i = 0; i < pTest->mNumLights; i++) {
|
||||
lightNames.push_back(std::make_pair(pTest->mLights[i]->mName.C_Str(), i));
|
||||
lightNames.emplace_back(pTest->mLights[i]->mName.C_Str(), i);
|
||||
}
|
||||
|
||||
std::sort(lightNames.begin(), lightNames.end());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue