summaryrefslogtreecommitdiff
path: root/pugl_test.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-09-19 23:10:58 -0400
committerDavid Robillard <d@drobilla.net>2016-09-19 23:10:58 -0400
commitcfe092dab893966db823a087ad92f17619e12f45 (patch)
treefcaa3f07a8252d01cb69072e4e256f70172058df /pugl_test.c
parent69b2d6336b3598957a59a37a6bc95bcb154bab95 (diff)
Fix compilation on Windows
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);