summaryrefslogtreecommitdiff
path: root/pugl_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'pugl_test.c')
-rw-r--r--pugl_test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pugl_test.c b/pugl_test.c
index 5c4ab9c..4a3d066 100644
--- a/pugl_test.c
+++ b/pugl_test.c
@@ -243,7 +243,6 @@ main(int argc, char** argv)
puglCreateWindow(view, "Pugl Test");
puglEnterContext(view);
- glEnable(GL_MULTISAMPLE);
glEnable(GL_DEPTH_TEST);
glDepthFunc(GL_LESS);
glClearColor(0.2f, 0.2f, 0.2f, 1.0f);