Merge pull request #13080 from Slowgames/bugfix/10721

Basis accepts Vector3 as constructor argument.
This commit is contained in:
Rémi Verschelde 2017-11-20 10:15:08 +01:00 committed by GitHub
commit a0f49396d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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
};