X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fgraph3dview.cpp;fp=src%2Fgraph3dview.cpp;h=3a4221a2233abd0b16673865caefe7b40ff75365;hp=f704e7992b60ad11a0dc04db59279144b70f1aed;hb=afba0a8f722dc439b88b4d9133a2306b4d73cc5a;hpb=06066d9192936b4c4cc69847cd4c1f5aa7017829 diff --git a/src/graph3dview.cpp b/src/graph3dview.cpp index f704e79..3a4221a 100644 --- a/src/graph3dview.cpp +++ b/src/graph3dview.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: graph3dview.cpp,v 1.33 2003/01/30 21:53:16 kevin Exp $ +** $Id: graph3dview.cpp,v 1.34 2003/01/30 22:02:30 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -402,9 +402,9 @@ Graph3dFileView::OnDraw (wxDC* dc) { if (m_pCanvas) { m_pCanvas->SetCurrent(); -//#ifdef DEBUG +#ifdef DEBUG *theApp->getLog() << "Drawing 3d surface\n"; -//#endif +#endif Draw(); m_pCanvas->SwapBuffers(); }