Set godot-cpp branch to 4.0 in GDExtension tutorial

This commit is contained in:
Patrick
2023-06-09 20:44:49 +02:00
parent fc62754ffd
commit 9704d2928e

View File

@@ -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::