diff options
Diffstat (limited to 'src/rmodels.c')
| -rw-r--r-- | src/rmodels.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rmodels.c b/src/rmodels.c index 26421df9..2069aaab 100644 --- a/src/rmodels.c +++ b/src/rmodels.c @@ -1830,7 +1830,7 @@ void UpdateModelAnimation(Model model, ModelAnimation anim, int frame) continue; } boneId = mesh.boneIds[boneCounter]; - int boneIdParent = model.bones[boneId].parent; + //int boneIdParent = model.bones[boneId].parent; inTranslation = model.bindPose[boneId].translation; inRotation = model.bindPose[boneId].rotation; // inScale = model.bindPose[boneId].scale; |
