mirror of
https://github.com/minetest/irrlicht.git
synced 2025-01-12 10:50:31 +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()
|
bool CGLXManager::generateContext()
|
||||||
{
|
{
|
||||||
GLXContext context;
|
GLXContext context = 0;
|
||||||
|
|
||||||
if (glxFBConfig)
|
if (glxFBConfig)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user