diff options
| author | Rémi Verschelde <remi@verschelde.fr> | 2021-08-10 16:42:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-10 16:42:31 +0200 |
| commit | 46beaacec3d18c0d5f1d744e2c63ca09f5152c85 (patch) | |
| tree | e9520a708f1a8f65a829547c281f1cbedf38cca8 /core/variant/variant_call.cpp | |
| parent | 50d5569ad49752803b980eca85590f5362b12409 (diff) | |
| parent | ee6e05ee68afc7841848382fbd538fdf7369b214 (diff) | |
| download | redot-engine-46beaacec3d18c0d5f1d744e2c63ca09f5152c85.tar.gz | |
Merge pull request #51017 from vnen/extension-fixes
Diffstat (limited to 'core/variant/variant_call.cpp')
| -rw-r--r-- | core/variant/variant_call.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/variant/variant_call.cpp b/core/variant/variant_call.cpp index 14840f0d8a..c3481d4896 100644 --- a/core/variant/variant_call.cpp +++ b/core/variant/variant_call.cpp @@ -1709,7 +1709,7 @@ static void _register_variant_builtin_methods() { bind_method(Transform2D, interpolate_with, sarray("xform", "weight"), varray()); bind_method(Transform2D, is_equal_approx, sarray("xform"), varray()); bind_method(Transform2D, set_rotation, sarray("rotation"), varray()); - bind_method(Transform2D, looking_at, sarray("target"), varray(Transform2D())); + bind_method(Transform2D, looking_at, sarray("target"), varray(Vector2())); /* Basis */ |
