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