diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-11-15 11:56:16 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-11-15 11:56:16 +0100 |
commit | dbf6ff0cb663fad1dc4ea5ea2062e1161514478d (patch) | |
tree | 17ed81dc058b8bb4f420a98ac339d0a1b66fe43f /platform/linuxbsd | |
parent | 245e6454a03a24bf074eb3715776125842e3b666 (diff) | |
parent | f6397bffb1e6365e713b653f5ac457b5bd08bfa0 (diff) |
Merge pull request #68372 from Riteo/glad2
Regenerate GL loader code with GLAD 2
Diffstat (limited to 'platform/linuxbsd')
-rw-r--r-- | platform/linuxbsd/platform_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linuxbsd/platform_config.h b/platform/linuxbsd/platform_config.h index 3c05c67444..79e15e2512 100644 --- a/platform/linuxbsd/platform_config.h +++ b/platform/linuxbsd/platform_config.h @@ -44,4 +44,4 @@ #endif #endif -#define OPENGL_INCLUDE_H "thirdparty/glad/glad/glad.h" +#define OPENGL_INCLUDE_H "thirdparty/glad/glad/gl.h" |