From 55ada8d50d2cefa1f920f5ad8bfec5f5bd35f2bd Mon Sep 17 00:00:00 2001 From: Margen67 Date: Sun, 23 May 2021 01:44:12 -1000 Subject: [PATCH] Use official SDL2 repository --- .gitmodules | 8 ++++---- import/SDL2 | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index ca14d028f..2c5c71a30 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,10 +22,6 @@ url = https://github.com/libtom/libtomcrypt.git branch = master shallow = true -[submodule "import/SDL2"] - path = import/SDL2 - url = https://github.com/SDL-mirror/SDL.git - shallow = true [submodule "import/xxHash"] path = import/xxHash url = https://github.com/Cyan4973/xxHash.git @@ -35,3 +31,7 @@ path = import/imgui url = https://github.com/ocornut/imgui.git shadow = true +[submodule "import/SDL2"] + path = import/SDL2 + url = https://github.com/libsdl-org/SDL + shallow = true diff --git a/import/SDL2 b/import/SDL2 index c7b8b49ef..0e9560aea 160000 --- a/import/SDL2 +++ b/import/SDL2 @@ -1 +1 @@ -Subproject commit c7b8b49ef8691ac85ad18298468f7e4a616290ed +Subproject commit 0e9560aea22818884921e5e5064953257bfe7fa7