diff --git a/core/variant.cpp b/core/variant.cpp index 1dca4944929..d4143b8d84e 100644 --- a/core/variant.cpp +++ b/core/variant.cpp @@ -267,6 +267,7 @@ bool Variant::can_convert(Variant::Type p_type_from, Variant::Type p_type_to) { static const Type valid[] = { QUAT, + VECTOR3, NIL };