Cleanup: Clang-Tidy, modernize-use-emplace

This commit is contained in:
2020-11-06 14:06:52 +01:00
parent cee5a41518
commit 8d5073345d
15 changed files with 71 additions and 74 deletions

View File

@@ -350,7 +350,7 @@ int Controller::LoadMesh(Render *re, ViewLayer *view_layer, Depsgraph *depsgraph
string basename = string(cleaned);
#endif
_ListOfModels.push_back("Blender_models");
_ListOfModels.emplace_back("Blender_models");
_Scene3dBBox = _RootNode->bbox();