From b88a8c93649881ad651d227b51aedd89aa8a359b Mon Sep 17 00:00:00 2001 From: Doug Binks Date: Sat, 4 Sep 2021 12:41:39 +0100 Subject: [PATCH] Fixed usercontext glad use after merge --- tests/usercontext.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/usercontext.c b/tests/usercontext.c index c9c1db1a..22c39a47 100644 --- a/tests/usercontext.c +++ b/tests/usercontext.c @@ -1,4 +1,6 @@ +#define GLAD_GL_IMPLEMENTATION #include +#define GLFW_INCLUDE_NONE #include #include