mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
Added missing initial value.
This commit is contained in:
+1
-1
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user