Enabled multisampling for the window.

This commit is contained in:
Faerbit 2015-03-01 16:52:44 +01:00
parent f46d665e17
commit 584e84277d

View File

@ -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 );