protecting by #ifdef0 debug prints for ndof

This commit is contained in:
Jean-Luc Peurière
2008-05-11 13:33:27 +00:00
parent 50a282559c
commit 360e2f091e
2 changed files with 5 additions and 1 deletions

View File

@@ -283,9 +283,11 @@ GHOST_TSuccess GHOST_System::init()
m_eventManager = new GHOST_EventManager ();
m_ndofManager = new GHOST_NDOFManager();
#if 0
if(m_ndofManager)
printf("ndof manager \n");
#endif
#ifdef GHOST_DEBUG
if (m_eventManager) {
m_eventManager->addConsumer(&m_eventPrinter);