Skip to content

Commit

Permalink
turn off vis by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jwawerla committed Jul 22, 2009
1 parent f8ad4a4 commit 2c745b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stagend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ CStageNd::CStageNd ( Stg::Model* stgModel, float frontDim, float backDim,
{

mNdVis = new NdVis ( this );
stgModel->AddVisualizer ( mNdVis, true );
stgModel->AddVisualizer ( mNdVis, false );
}
//-----------------------------------------------------------------------------
CStageNd::~CStageNd()
Expand Down

0 comments on commit 2c745b1

Please sign in to comment.