Skip to content
Snippets Groups Projects
Commit adf206bc authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent d3e4dd8e
No related branches found
No related tags found
No related merge requests found
// $Id: Visibility.cpp,v 1.18 2006-11-14 22:47:11 geuzaine Exp $ // $Id: Visibility.cpp,v 1.19 2006-11-15 15:19:52 geuzaine Exp $
// //
// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
// //
...@@ -60,8 +60,9 @@ static void setLabels(void *a, void *b){ ...@@ -60,8 +60,9 @@ static void setLabels(void *a, void *b){
void VisibilityManager::update(int type) void VisibilityManager::update(int type)
{ {
_labels.clear(); _labels.clear();
//Tree_Action(Symbol_T, setLabels);
// FIXME: this sometimes leads to crashes -- investigate
//Tree_Action(Symbol_T, setLabels);
//printf("updating vis man\n"); //printf("updating vis man\n");
for(unsigned int i = 0; i < _entities.size(); i++) for(unsigned int i = 0; i < _entities.size(); i++)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment