Fixed an uninitialized pointer
This commit is contained in:
parent
72046cc8cd
commit
3a9a8df64b
|
|
@ -56,6 +56,7 @@ glxGraphicsStateGuardian(const FrameBufferProperties &properties,
|
|||
|
||||
_libgl_handle = NULL;
|
||||
_checked_get_proc_address = false;
|
||||
_glxGetProcAddress = NULL;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
|
|
|||
Loading…
Reference in New Issue