diff --git a/include/Nazara/Utility/Skeleton.hpp b/include/Nazara/Utility/Skeleton.hpp index e06d49dc8..9719a30b0 100644 --- a/include/Nazara/Utility/Skeleton.hpp +++ b/include/Nazara/Utility/Skeleton.hpp @@ -46,7 +46,7 @@ namespace Nz std::size_t GetJointCount() const; std::size_t GetJointIndex(const std::string& jointName) const; Joint* GetRootJoint(); - const Joint* GetRootJoints() const; + const Joint* GetRootJoint() const; void Interpolate(const Skeleton& skeletonA, const Skeleton& skeletonB, float interpolation); void Interpolate(const Skeleton& skeletonA, const Skeleton& skeletonB, float interpolation, const std::size_t* indices, std::size_t indiceCount);