From 95e040f87411f58e599629d2157b8865db315a94 Mon Sep 17 00:00:00 2001 From: VB Date: Sun, 12 Feb 2017 17:08:42 +0100 Subject: [PATCH] =?UTF-8?q?au=C4=872?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- EU07.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EU07.cpp b/EU07.cpp index ca54dd43..b93e1b6b 100644 --- a/EU07.cpp +++ b/EU07.cpp @@ -212,7 +212,7 @@ int CALLBACK WinMain(HINSTANCE, HINSTANCE, LPSTR lpCmdLine, int) while (!token.empty()); } - glfwWindowHint(GL_SAMPLES, Global::iMultisampling); + glfwWindowHint(GLFW_SAMPLES, Global::iMultisampling); // match requested video mode to current to allow for // fullwindow creation when resolution is the same