]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Fix for the Bug IPAL22002 wintc5.1.4: gauss points parameters do not influence on... mergeto_V5_1_main_04Oct10
authorrnv <rnv@opencascade.com>
Wed, 29 Sep 2010 13:00:42 +0000 (13:00 +0000)
committerrnv <rnv@opencascade.com>
Wed, 29 Sep 2010 13:00:42 +0000 (13:00 +0000)
src/PIPELINE/VISU_OpenGLPointSpriteMapper.cxx

index 56c18d9330e6fd8edc590051614fdf6716038156..7b17138d2071d8795247d74e1a165f2d2365b0e0 100755 (executable)
@@ -442,7 +442,7 @@ bool VISU_OpenGLPointSpriteMapper::InitExtensions()
   if( this->ExtensionsInitialized )
     return true;
 
-  InitializeARB();
+  IsARBInitialized = InitializeARB();
 
   char* ext = (char*)glGetString( GL_EXTENSIONS );
   //cout << "OpenGL extensions : " << ext << endl;