16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-18 00:49:19 +02:00
This commit is contained in:
VB
2017-02-12 17:08:42 +01:00
parent 3174af70d7
commit 95e040f874

View File

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