From 1e8431373a494c27c74e34bfa7ab0247e3c29677 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 8 Jan 2023 12:54:54 -0500 Subject: Add missing default hint --- src/common.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/common.c b/src/common.c index 663cf28..9bb2d2e 100644 --- a/src/common.c +++ b/src/common.c @@ -92,6 +92,7 @@ static void puglSetDefaultHints(PuglHints hints) { hints[PUGL_USE_COMPAT_PROFILE] = PUGL_TRUE; + hints[PUGL_USE_DEBUG_CONTEXT] = PUGL_FALSE; hints[PUGL_CONTEXT_VERSION_MAJOR] = 2; hints[PUGL_CONTEXT_VERSION_MINOR] = 0; hints[PUGL_RED_BITS] = 8; -- cgit v1.2.1