assimp/code
J.G.Adams 9cd723e282
Wrong object is created here!
If I'm not mistaken. Because this is originally push_back(aniMeshVertex) instead of push_back(v).
And the fact that aniMeshVertex is just getting created and destroyed for nothing.
It need to be replaced with this then? A Clang-tidy syntax to create the same aniMeshVertex.

I found this in pull request #4527 I think it may need to be reviewed too.
2022-08-26 19:12:11 -04:00
..
AssetLib Merge branch 'master' into skylion007/modernize-use-emplace 2022-08-24 11:48:30 +02:00
CApi Update copyrights 2022-01-10 21:13:43 +01:00
Common Apply modernize-use-emplace clang-tidy rule 2022-08-23 11:41:49 -04:00
Material Update copyrights 2022-01-10 21:13:43 +01:00
Pbrt Add compiler switgxh for using static linkage for std_image 2022-05-31 23:24:31 +02:00
PostProcessing Wrong object is created here! 2022-08-26 19:12:11 -04:00
res Use mingw.include 2022-06-30 20:58:34 +02:00
.editorconfig Implemented: Add editor config for source code 2015-06-28 15:50:57 -06:00
CMakeLists.txt Update comment 2022-06-01 12:45:40 +02:00