diff --git a/include/Model.hpp b/include/Model.hpp index ae697429..a5164bc0 100644 --- a/include/Model.hpp +++ b/include/Model.hpp @@ -56,7 +56,7 @@ class Model : public ::Model { GETTERSETTER(int *, MeshMaterial, meshMaterial) GETTERSETTER(int, BoneCount, boneCount) GETTERSETTER(::BoneInfo *, Bones, bones) - GETTERSETTER(::Transform *, BindPoe, bindPose) + GETTERSETTER(::Transform *, BindPose, bindPose) Model& operator=(const ::Model& model) { set(model);