Skip to content

Commit

Permalink
Fix the type of the rotation tracks in AnimationTrackKeyEdit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Relintai committed May 11, 2024
1 parent 63fe195 commit b1261c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/animation_track_editor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ class AnimationTrackKeyEdit : public Object {

} break;
case Animation::TYPE_ROTATION_3D: {
p_list->push_back(PropertyInfo(Variant::VECTOR3, "rotation"));
p_list->push_back(PropertyInfo(Variant::QUATERNION, "rotation"));

} break;
case Animation::TYPE_SCALE_3D: {
Expand Down

0 comments on commit b1261c6

Please sign in to comment.