diff --git a/scene_opengl.cpp b/scene_opengl.cpp index 239fd26552..ab4d604c37 100644 --- a/scene_opengl.cpp +++ b/scene_opengl.cpp @@ -550,6 +550,11 @@ bool SceneOpenGL::initDrawableConfigs() kDebug( 1212 ) << "Couldn't find framebuffer configuration for default depth!"; return false; } + if( fbcdrawableinfo[ 32 ].fbconfig == NULL ) + { + kDebug( 1212 ) << "Couldn't find framebuffer configuration for depth 32!"; + return false; + } return true; }