summaryrefslogtreecommitdiffstats
path: root/core/variant/variant_construct.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2022-05-05 15:25:30 +0200
committerGitHub <noreply@github.com>2022-05-05 15:25:30 +0200
commitccef98441e0c6869876b4b075cb27e694e3b9ed3 (patch)
tree1614191803e6ba7d28d435e512743b770099218f /core/variant/variant_construct.cpp
parent7a30317367fb1020831fb9682683531d92a74000 (diff)
parente7a58a7eb6d45b530eeaea88cfa29adcd8df02f3 (diff)
downloadredot-engine-ccef98441e0c6869876b4b075cb27e694e3b9ed3.tar.gz
Merge pull request #60784 from akien-mga/faire-phi-des-anglois
Diffstat (limited to 'core/variant/variant_construct.cpp')
-rw-r--r--core/variant/variant_construct.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/variant/variant_construct.cpp b/core/variant/variant_construct.cpp
index 6b12b054a0..78d5433d8c 100644
--- a/core/variant/variant_construct.cpp
+++ b/core/variant/variant_construct.cpp
@@ -140,7 +140,7 @@ void Variant::_register_variant_constructors() {
add_constructor<VariantConstructNoArgs<Basis>>(sarray());
add_constructor<VariantConstructor<Basis, Basis>>(sarray("from"));
add_constructor<VariantConstructor<Basis, Quaternion>>(sarray("from"));
- add_constructor<VariantConstructor<Basis, Vector3, double>>(sarray("axis", "phi"));
+ add_constructor<VariantConstructor<Basis, Vector3, double>>(sarray("axis", "angle"));
add_constructor<VariantConstructor<Basis, Vector3, Vector3, Vector3>>(sarray("x_axis", "y_axis", "z_axis"));
add_constructor<VariantConstructNoArgs<Transform3D>>(sarray());