diff --git a/main.cc b/main.cc index b8afae6..02606c2 100644 --- a/main.cc +++ b/main.cc @@ -81,7 +81,7 @@ bool createWindow() setGLFWHintsForOpenGLVersion( ACGL_OPENGL_VERSION ); // activate multisampling (second parameter is the number of samples): - //glfwWindowHint( GLFW_SAMPLES, 8 ); + glfwWindowHint( GLFW_SAMPLES, 8); // request an OpenGL debug context: glfwWindowHint( GLFW_OPENGL_DEBUG_CONTEXT, true );