Fixed an uninitialized pointer

This commit is contained in:
Josh Yelon 2005-10-19 22:09:36 +00:00
parent 72046cc8cd
commit 3a9a8df64b
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ glxGraphicsStateGuardian(const FrameBufferProperties &properties,
_libgl_handle = NULL;
_checked_get_proc_address = false;
_glxGetProcAddress = NULL;
}
////////////////////////////////////////////////////////////////////