Fix the type of the rotation tracks in AnimationTrackKeyEdit.

This commit is contained in:
Relintai 2024-05-11 20:08:33 +02:00
parent 63fe195965
commit b1261c65c5

View File

@ -598,7 +598,7 @@ public:
} 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: {