init it with something. Even though it looks like it should

rather continue? (CID 3919)

svn path=/trunk/KDE/kdebase/workspace/; revision=688152
remotes/origin/Plasma/5.0
Stephan Kulow 19 years ago
parent 6ea0340fb7
commit 19d0dab807
  1. 2
      scene_opengl.cpp

@ -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…
Cancel
Save