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

typo
parent 11263cfd
No related branches found
No related tags found
No related merge requests found
// $Id: Geom.cpp,v 1.141 2007-11-21 14:37:09 geuzaine Exp $ // $Id: Geom.cpp,v 1.142 2007-11-21 16:45:20 geuzaine Exp $
// //
// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
// //
...@@ -305,7 +305,7 @@ class drawGFace { ...@@ -305,7 +305,7 @@ class drawGFace {
// reentrant, so we must lock it to avoid race conditions when // reentrant, so we must lock it to avoid race conditions when
// redraw events are fired in rapid succession // redraw events are fired in rapid succession
static bool busy = false; static bool busy = false;
if(!f->cross.size() && !basy) { if(!f->cross.size() && !busy) {
busy = true; busy = true;
std::list<GEdge*> edges = f->edges(); std::list<GEdge*> edges = f->edges();
SBoundingBox3d bb; SBoundingBox3d bb;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment