From 48d5e5fe02f33f3ac3bc91bd6479cfa97a742e8a Mon Sep 17 00:00:00 2001 From: jhayar Date: Wed, 11 Sep 2024 17:28:55 +0800 Subject: [PATCH] remove SDL2_ttf in .gitmodules --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index eef1724a1e4..9fafa804a78 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,9 +7,9 @@ [submodule "external/physfs"] path = external/physfs url = https://github.com/icculus/physfs.git -[submodule "external/SDL_ttf"] - path = external/SDL_ttf - url = https://github.com/SuperTux/SDL_ttf +#[submodule "external/SDL_ttf"] +# path = external/SDL_ttf +# url = https://github.com/SuperTux/SDL_ttf [submodule "discord-sdk"] path = external/discord-sdk url = https://github.com/SuperTux/discord-rpc