diff --git a/src/MeshVS/MeshVS_DataSource.cxx b/src/MeshVS/MeshVS_DataSource.cxx index 020cb794e9..6f6b583606 100755 --- a/src/MeshVS/MeshVS_DataSource.cxx +++ b/src/MeshVS/MeshVS_DataSource.cxx @@ -206,10 +206,10 @@ Standard_Boolean MeshVS_DataSource::GetNormalsByElement(const Standard_Integer I } // switch ( Type ) } // if ( !allNormals ) - if ( res ) + if ( res || allNormals ) Normals = aNormals; - return res; + return ( res || allNormals ); } //================================================================