1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-11-26 12:18:51 -05:00

Added missing initial value.

This commit is contained in:
Camilla Berglund 2012-10-18 16:25:15 +02:00
parent 2c6f4329a4
commit 550b0c177d

View File

@ -411,7 +411,7 @@ static GLboolean createContext(_GLFWwindow* window,
if (wndconfig->glRobustness)
{
int strategy;
int strategy = 0;
if (!window->WGL.ARB_create_context_robustness)
{