init it with something. Even though it looks like it should
rather continue? (CID 3919) svn path=/trunk/KDE/kdebase/workspace/; revision=688152
This commit is contained in:
parent
6ea0340fb7
commit
19d0dab807
1 changed files with 1 additions and 1 deletions
|
@ -505,7 +505,7 @@ bool SceneOpenGL::initDrawableConfigs()
|
|||
GLX_DEPTH_SIZE, &depth_value );
|
||||
if( depth_value > depth )
|
||||
continue;
|
||||
int mipmap_value;
|
||||
int mipmap_value = -1;
|
||||
if( tfp_mode && GLTexture::framebufferObjectSupported())
|
||||
{
|
||||
glXGetFBConfigAttrib( display(), fbconfigs[ j ],
|
||||
|
|
Loading…
Reference in a new issue