]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
To change vtkError to vtkWarning
authorapo <apo@opencascade.com>
Mon, 3 Oct 2005 06:32:16 +0000 (06:32 +0000)
committerapo <apo@opencascade.com>
Mon, 3 Oct 2005 06:32:16 +0000 (06:32 +0000)
src/PIPELINE/VISU_OpenGLPointSpriteMapper.cxx

index f6cf9a954eeb03e15073cf4ef6bd870eb093a131..fb9f32a3cdbf7291a139d25aff76e8053af1114f 100755 (executable)
@@ -355,7 +355,7 @@ void VISU_OpenGLPointSpriteMapper::InitExtensions()
       strstr( ext, "GL_ARB_shader_objects" ) == NULL ||
       strstr( ext, "GL_ARB_vertex_buffer_object" ) == NULL )
   {
-    vtkErrorMacro(<<"Initializing ARB extensions failed");
+    vtkWarningMacro(<<"Initializing ARB extensions failed");
 
     this->UseOpenGLMapper = true;