From fd81c001fc029f0c0f1097562515c54d9e18c242 Mon Sep 17 00:00:00 2001 From: Chip Collier Date: Mon, 20 Nov 2017 09:59:42 +0100 Subject: [PATCH] Basis accepts Vector3 as constructor argument. --- core/variant.cpp | 1 + 1 file changed, 1 insertion(+) 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 };