diff options
author | Chip Collier <chip.collier@innogames.com> | 2017-11-20 09:59:42 +0100 |
---|---|---|
committer | Chip Collier <chip.collier@innogames.com> | 2017-11-20 09:59:42 +0100 |
commit | fd81c001fc029f0c0f1097562515c54d9e18c242 (patch) | |
tree | 08bc2f3e16cc43af220276ae67c2a4cea07d7ef1 | |
parent | 91349290dce955abe8c8014e9107d1a4bd35ae9c (diff) |
Basis accepts Vector3 as constructor argument.
-rw-r--r-- | core/variant.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/variant.cpp b/core/variant.cpp index 1dca494492..d4143b8d84 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 }; |