]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
SWP12780
authorouv <ouv@opencascade.com>
Wed, 28 Jun 2006 11:07:09 +0000 (11:07 +0000)
committerouv <ouv@opencascade.com>
Wed, 28 Jun 2006 11:07:09 +0000 (11:07 +0000)
src/PIPELINE/VISU_OpenGLPointSpriteMapper.cxx

index 9e4f8d8e1490eedfe56e977fb178c4d76fcdccb2..b3ce79e7a63f04a207521af9301e98942076c42b 100755 (executable)
@@ -393,7 +393,9 @@ bool VISU_OpenGLPointSpriteMapper::InitExtensions()
       strstr( ext, "GL_ARB_shader_objects" ) == NULL ||
       strstr( ext, "GL_ARB_vertex_buffer_object" ) == NULL )
   {
+#ifdef _DEBUG
     vtkWarningMacro(<<"Initializing ARB extensions failed");
+#endif
 
     this->UseOpenGLMapper = true;