diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2020-07-08 12:46:12 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2020-07-08 12:46:12 -0300 |
commit | 1d1e0fd1052788c1eaec4b03026d441ad8a031f6 (patch) | |
tree | 7c04e7ac1fbe832e0d3747e670b61b5af3bbbae4 /Project/Shader.h | |
parent | f49c4292cc01006d77dd45febf5b8f01f18c7d75 (diff) | |
download | PSP.git-1d1e0fd1052788c1eaec4b03026d441ad8a031f6.tar.gz PSP.git-1d1e0fd1052788c1eaec4b03026d441ad8a031f6.tar.xz PSP.git-1d1e0fd1052788c1eaec4b03026d441ad8a031f6.zip |
Changes in GLM include
Diffstat (limited to 'Project/Shader.h')
-rw-r--r-- | Project/Shader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/Shader.h b/Project/Shader.h index b4247cc..7c06925 100644 --- a/Project/Shader.h +++ b/Project/Shader.h @@ -5,7 +5,7 @@ #include <unordered_map> #include <wx/string.h> -#include "glm\glm.hpp" +#include "glm/glm.hpp" struct ShaderSource { |