소스 검색

Fix incorrect binding_generator_generate_bindings variable names

(cherry picked from commit 4824aa41e82ac9de3a466c137f32d23b6fee7578)
Dyllan Cole 3 달 전
부모
커밋
2eb13f8971
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      cmake/GodotCPPModule.cmake

+ 3 - 3
cmake/GodotCPPModule.cmake

@@ -86,9 +86,9 @@ missing. ]]
 function(
     binding_generator_generate_bindings
     API_FILE
-    USE_TEMPLATE_GET_NODE,
-    BITS,
-    PRECISION,
+    USE_TEMPLATE_GET_NODE
+    BITS
+    PRECISION
     OUTPUT_DIR
 )
     # This code snippet will be squashed into a single line