From c62d0e0f7662a74173a783e05d9c0b9fbe56da65 Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Sat, 2 Jul 2022 17:49:46 -0400 Subject: [PATCH] Fix Model BindPose definition, by @TokyoSU Fixes #197 --- include/Model.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);