summaryrefslogtreecommitdiff
path: root/modules/gltf/gltf_animation.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gltf/gltf_animation.h')
-rw-r--r--modules/gltf/gltf_animation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gltf/gltf_animation.h b/modules/gltf/gltf_animation.h
index 216d2161c4..be0ed2d4c6 100644
--- a/modules/gltf/gltf_animation.h
+++ b/modules/gltf/gltf_animation.h
@@ -55,7 +55,7 @@ public:
};
struct Track {
- Channel<Vector3> translation_track;
+ Channel<Vector3> position_track;
Channel<Quaternion> rotation_track;
Channel<Vector3> scale_track;
Vector<Channel<float>> weight_tracks;