Added missing initial value.

master
Camilla Berglund ago%!(EXTRA string=13 years)
parent 2c6f4329a4
commit 550b0c177d
  1. 2
      src/win32_opengl.c

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

Loading…
Cancel
Save