Skip to content

Commit 9704d29

Browse files
committed
Set godot-cpp branch to 4.0 in GDExtension tutorial
1 parent fc62754 commit 9704d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/scripting/gdextension/gdextension_cpp_example.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Alternatively, you can also clone it to the project folder:
5858
5959
mkdir gdextension_cpp_example
6060
cd gdextension_cpp_example
61-
git clone -b master https://github.com/godotengine/godot-cpp
61+
git clone -b 4.0 https://github.com/godotengine/godot-cpp
6262
6363
.. note::
6464

0 commit comments

Comments
 (0)