summaryrefslogtreecommitdiff
path: root/modules/gltf/gltf_skin.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gltf/gltf_skin.h')
-rw-r--r--modules/gltf/gltf_skin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gltf/gltf_skin.h b/modules/gltf/gltf_skin.h
index 7cc09d85bc..e32e2d397c 100644
--- a/modules/gltf/gltf_skin.h
+++ b/modules/gltf/gltf_skin.h
@@ -43,7 +43,7 @@ private:
GLTFNodeIndex skin_root = -1;
Vector<GLTFNodeIndex> joints_original;
- Vector<Transform> inverse_binds;
+ Vector<Transform3D> inverse_binds;
// Note: joints + non_joints should form a complete subtree, or subtrees
// with a common parent