From cfe092dab893966db823a087ad92f17619e12f45 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 19 Sep 2016 23:10:58 -0400 Subject: Fix compilation on Windows --- pugl_test.c | 1 - 1 file changed, 1 deletion(-) (limited to 'pugl_test.c') 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); -- cgit v1.2.3