diff --git a/lib/Ray/sources/Model/ModelAnimations.hpp b/lib/Ray/sources/Model/ModelAnimations.hpp index 12f177f1..0e88731b 100644 --- a/lib/Ray/sources/Model/ModelAnimations.hpp +++ b/lib/Ray/sources/Model/ModelAnimations.hpp @@ -16,7 +16,7 @@ namespace RAY { class ModelAnimations { public: //! @brief A Model animation constructor - //! @param filePath an animation pointer, returned by the nimation-loading function + //! @param filePath Path to the file containing animations ModelAnimations(const std::string &filePath); //! @brief Only single entity can hold these animations pointers