mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-23 04:45:24 +02:00
Fix various variables passed by copy instead of const ref (#5610)
Pointed by cppcheck
This commit is contained in:
@@ -200,7 +200,7 @@ public:
|
||||
|
||||
void updateTexturePos();
|
||||
|
||||
void updateTextures(const std::string mod);
|
||||
void updateTextures(const std::string &mod);
|
||||
|
||||
void updateAnimation();
|
||||
|
||||
|
Reference in New Issue
Block a user