Skip to content

Commit 4824aa4

Browse files
authored
Fix incorrect binding_generator_generate_bindings variable names
1 parent af4f05e commit 4824aa4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmake/GodotCPPModule.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ missing. ]]
8686
function(
8787
binding_generator_generate_bindings
8888
API_FILE
89-
USE_TEMPLATE_GET_NODE,
90-
BITS,
91-
PRECISION,
89+
USE_TEMPLATE_GET_NODE
90+
BITS
91+
PRECISION
9292
OUTPUT_DIR
9393
)
9494
# This code snippet will be squashed into a single line

0 commit comments

Comments
 (0)