From 249536e385b60a8c044321da03387d059d1dc458 Mon Sep 17 00:00:00 2001 From: GsLogimaker Date: Mon, 30 Sep 2024 21:31:34 +0000 Subject: [PATCH] Fix godot-cpp submodule --- .gitmodules | 6 +++++- godot-cpp => cpp/include/godot-cpp | 0 2 files changed, 5 insertions(+), 1 deletion(-) rename godot-cpp => cpp/include/godot-cpp (100%) diff --git a/.gitmodules b/.gitmodules index ad5f310..49dfe9a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,8 @@ [submodule "cpp/include/godot-cpp"] - path = godot-cpp + path = cpp/include/godot-cpp + url = https://github.com/godotengine/godot-cpp + branch = 4.3 +[submodule "cpp/include/--force"] + path = cpp/include/--force url = https://github.com/godotengine/godot-cpp branch = 4.3 diff --git a/godot-cpp b/cpp/include/godot-cpp similarity index 100% rename from godot-cpp rename to cpp/include/godot-cpp