diff options
Diffstat (limited to 'src/common.c')
-rw-r--r-- | src/common.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |