mirror of
https://github.com/minetest/irrlicht.git
synced 2024-11-20 09:10:25 +01:00
Fix uninitialized variable in previous commit
This commit is contained in:
parent
d59bcdbd07
commit
00dd274510
@ -313,7 +313,7 @@ void CGLXManager::destroySurface()
|
||||
|
||||
bool CGLXManager::generateContext()
|
||||
{
|
||||
GLXContext context;
|
||||
GLXContext context = 0;
|
||||
|
||||
if (glxFBConfig)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user