diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index ece7fda..481519b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -11,6 +11,6 @@ url = https://github.com/libsdl-org/SDL shallow = true [submodule "lib/sdl_image/src"] - path = lib/sdl_image/src + path = lib/sdl_image url = https://github.com/libsdl-org/SDL_image - branch = SDL2 + shallow = true |