summaryrefslogtreecommitdiffstats
path: root/scene/resources/skeleton_modification_stack_2d.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2021-10-09 01:15:06 +0200
committerGitHub <noreply@github.com>2021-10-09 01:15:06 +0200
commit6f72d9d19fe11ccc38a69e0460813646ad28d0e5 (patch)
tree7dcebf722eac9bc4d0b88a421ae3dd5abf246124 /scene/resources/skeleton_modification_stack_2d.cpp
parent16b27304d90880b0a3a6bfefbb19f2718d5919af (diff)
parent5ae569560d16260aabca4e4a34fdb83376f6d669 (diff)
downloadredot-engine-6f72d9d19fe11ccc38a69e0460813646ad28d0e5.tar.gz
Merge pull request #53584 from akien-mga/fix-bindings-arg-names
Diffstat (limited to 'scene/resources/skeleton_modification_stack_2d.cpp')
-rw-r--r--scene/resources/skeleton_modification_stack_2d.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/skeleton_modification_stack_2d.cpp b/scene/resources/skeleton_modification_stack_2d.cpp
index 72c1c330ef..db9fe62b4d 100644
--- a/scene/resources/skeleton_modification_stack_2d.cpp
+++ b/scene/resources/skeleton_modification_stack_2d.cpp
@@ -247,7 +247,7 @@ void SkeletonModificationStack2D::_bind_methods() {
ClassDB::bind_method(D_METHOD("delete_modification", "mod_idx"), &SkeletonModificationStack2D::delete_modification);
ClassDB::bind_method(D_METHOD("set_modification", "mod_idx", "modification"), &SkeletonModificationStack2D::set_modification);
- ClassDB::bind_method(D_METHOD("set_modification_count"), &SkeletonModificationStack2D::set_modification_count);
+ ClassDB::bind_method(D_METHOD("set_modification_count", "count"), &SkeletonModificationStack2D::set_modification_count);
ClassDB::bind_method(D_METHOD("get_modification_count"), &SkeletonModificationStack2D::get_modification_count);
ClassDB::bind_method(D_METHOD("get_is_setup"), &SkeletonModificationStack2D::get_is_setup);