Fix glad in windows;

This commit is contained in:
bjorn 2017-06-23 19:42:58 -07:00
parent e5a311af09
commit e485f7d628
2 changed files with 2 additions and 1 deletions

View File

@ -214,6 +214,7 @@ set(LOVR_SRC
src/graphics/skybox.c
src/graphics/texture.c
src/headset/headset.c
src/lib/glad/glad.c
src/lib/lua-cjson/fpconv.c
src/lib/lua-cjson/lua_cjson.c
src/lib/lua-cjson/strbuf.c

View File

@ -6,7 +6,7 @@
#define GLFW_INCLUDE_GLCOREARB
#elif _WIN32
#define APIENTRY __stdcall
#include "src/lib/glad.h"
#include "glad/glad.h"
#endif
#include <GLFW/glfw3.h>