diff options
author | David Robillard <d@drobilla.net> | 2016-09-19 23:10:58 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-09-19 23:10:58 -0400 |
commit | cfe092dab893966db823a087ad92f17619e12f45 (patch) | |
tree | fcaa3f07a8252d01cb69072e4e256f70172058df /pugl_test.c | |
parent | 69b2d6336b3598957a59a37a6bc95bcb154bab95 (diff) | |
download | pugl-cfe092dab893966db823a087ad92f17619e12f45.tar.gz pugl-cfe092dab893966db823a087ad92f17619e12f45.tar.bz2 pugl-cfe092dab893966db823a087ad92f17619e12f45.zip |
Fix compilation on Windows
Diffstat (limited to 'pugl_test.c')
-rw-r--r-- | pugl_test.c | 1 |
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); |