Basis accepts Vector3 as constructor argument.
This commit is contained in:
parent
91349290dc
commit
fd81c001fc
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue