Fix uninitialized variable in previous commit

This commit is contained in:
sfan5 2022-02-26 12:09:18 +01:00
parent d59bcdbd07
commit 00dd274510
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ void CGLXManager::destroySurface()
bool CGLXManager::generateContext() bool CGLXManager::generateContext()
{ {
GLXContext context; GLXContext context = 0;
if (glxFBConfig) if (glxFBConfig)
{ {