소스 검색

Merge pull request #7460 from ajreckof/patch-2

Max Hilbrunner 2 년 전
부모
커밋
bc6cb9e6cb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tutorials/scripting/gdextension/gdextension_cpp_example.rst

+ 1 - 1
tutorials/scripting/gdextension/gdextension_cpp_example.rst

@@ -58,7 +58,7 @@ Alternatively, you can also clone it to the project folder:
 
     mkdir gdextension_cpp_example
     cd gdextension_cpp_example
-    git clone -b master https://github.com/godotengine/godot-cpp
+    git clone -b 4.0 https://github.com/godotengine/godot-cpp
 
 .. note::