Apply various performance fixes from clang-tidy
This commit is contained in:
@@ -78,7 +78,7 @@ public:
|
||||
|
||||
private:
|
||||
// Resolve the path and add the file content to the scene as a texture.
|
||||
bool addTexture(aiScene* pScene, std::string path) const;
|
||||
bool addTexture(aiScene *pScene, const std::string &path) const;
|
||||
|
||||
private:
|
||||
std::string mRootPath;
|
||||
|
||||
Reference in New Issue
Block a user