From 9704d2928eea7e0131e47430f9c017daacf7d2af Mon Sep 17 00:00:00 2001 From: Patrick Date: Fri, 9 Jun 2023 20:44:49 +0200 Subject: [PATCH] Set godot-cpp branch to 4.0 in GDExtension tutorial --- tutorials/scripting/gdextension/gdextension_cpp_example.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/scripting/gdextension/gdextension_cpp_example.rst b/tutorials/scripting/gdextension/gdextension_cpp_example.rst index 54ef0f55b9c..517a9ec06c0 100644 --- a/tutorials/scripting/gdextension/gdextension_cpp_example.rst +++ b/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::