Pasaeta de cppcheck, ale
This commit is contained in:
@@ -61,7 +61,7 @@ struct ResourceAnimation
|
||||
Animations animation; // Objeto con las animaciones
|
||||
|
||||
// Constructor
|
||||
ResourceAnimation(const std::string &name, Animations animation)
|
||||
ResourceAnimation(const std::string &name, const Animations &animation)
|
||||
: name(name), animation(animation) {}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user