diff options
author | rtk0c <[email protected]> | 2022-05-07 15:36:35 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2022-05-07 15:36:35 -0700 |
commit | 7129d65df7b02d7412ee5d56debd5a9c094db5ad (patch) | |
tree | 55b551554d6aba9de7fb004c0c250800dfb87611 /.gitmodules | |
parent | cde94efdd44553f3f6575ce84b44c6799e1a1425 (diff) |
Changeset: 23 Fix camera view matrix, [WIP] guizmo
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 2f4d246..a80750c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,6 @@ [submodule "3rdparty/glm/source"] path = 3rdparty/glm/source url = https://github.com/g-truc/glm.git -[submodule "3rdparty/imguizmo/source"] - path = 3rdparty/imguizmo/source - url = https://github.com/CedricGuillemet/ImGuizmo.git [submodule "3rdparty/imguicolortextedit/source"] path = 3rdparty/imguicolortextedit/source url = https://github.com/BalazsJako/ImGuiColorTextEdit.git |