diff --git a/.gitmodules b/.gitmodules index fa72239..218c126 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,9 +7,9 @@ [submodule "_ThirdParty/assimp"] path = _ThirdParty/assimp url = https://github.com/assimp/assimp.git -[submodule "_ThirdParty/glm"] - path = _ThirdParty/glm - url = https://github.com/g-truc/glm.git [submodule "_ThirdParty/entt"] path = _ThirdParty/entt url = https://github.com/skypjack/entt.git +[submodule "_ThirdParty/glm"] + path = _ThirdParty/glm + url = https://github.com/g-truc/glm.git diff --git a/glm b/_ThirdParty/glm similarity index 100% rename from glm rename to _ThirdParty/glm