From bfd2e621e1eb0ab2012f3825de8a2fce245bfbf9 Mon Sep 17 00:00:00 2001 From: "arthur.jamet" Date: Sat, 22 May 2021 14:23:27 +0200 Subject: [PATCH] change documentation --- lib/Ray/sources/Model/ModelAnimations.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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