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)
{