mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-23 02:38:52 -05:00
Fixed uninitialized variable.
This commit is contained in:
parent
3ee5b0e788
commit
28bf3f700d
|
@ -155,7 +155,7 @@ int _glfwCreateContext(_GLFWwindow* window,
|
|||
const _GLFWfbconfig* fbconfig)
|
||||
{
|
||||
int attribs[40];
|
||||
EGLint count;
|
||||
EGLint count = 0;
|
||||
EGLConfig config;
|
||||
EGLContext share = NULL;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user