aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/pugl_gl3_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pugl_gl3_test.c b/test/pugl_gl3_test.c
index c939930..2bcc8ec 100644
--- a/test/pugl_gl3_test.c
+++ b/test/pugl_gl3_test.c
@@ -302,7 +302,7 @@ main(int argc, char** argv)
puglSetMinSize(app.view, defaultWidth / 4, defaultHeight / 4);
puglSetAspectRatio(app.view, 1, 1, 16, 9);
puglSetBackend(app.view, puglGlBackend());
- puglSetViewHint(app.view, PUGL_USE_COMPAT_PROFILE, PUGL_TRUE);
+ puglSetViewHint(app.view, PUGL_USE_COMPAT_PROFILE, PUGL_FALSE);
puglSetViewHint(app.view, PUGL_CONTEXT_VERSION_MAJOR, 3);
puglSetViewHint(app.view, PUGL_CONTEXT_VERSION_MINOR, 3);
puglSetViewHint(app.view, PUGL_RESIZABLE, app.opts.resizable);