Skip to content

Commit

Permalink
Fix new function not being bound.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivorforce committed Sep 25, 2024
1 parent f582acc commit d5e7d7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/src/example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ void Example::_bind_methods() {
ClassDB::bind_method(D_METHOD("test_string_resize"), &Example::test_string_resize);
ClassDB::bind_method(D_METHOD("test_typed_array_of_packed"), &Example::test_typed_array_of_packed);
ClassDB::bind_method(D_METHOD("test_append_to_packed", "packed"), &Example::test_append_to_packed);
ClassDB::bind_method(D_METHOD("test_copy_packed_implicit"), &Example::test_copy_packed_implicit);
ClassDB::bind_method(D_METHOD("test_vector_ops"), &Example::test_vector_ops);
ClassDB::bind_method(D_METHOD("test_vector_init_list"), &Example::test_vector_init_list);

Expand Down

0 comments on commit d5e7d7c

Please sign in to comment.