diff --git a/src/BulletMultiThreaded/Win32ThreadSupport.cpp b/src/BulletMultiThreaded/Win32ThreadSupport.cpp index 42b60a460..815ad3268 100644 --- a/src/BulletMultiThreaded/Win32ThreadSupport.cpp +++ b/src/BulletMultiThreaded/Win32ThreadSupport.cpp @@ -69,8 +69,8 @@ DWORD WINAPI Thread_no_1( LPVOID lpParam ) { //exit Thread status->m_status = 3; - SetEvent(status->m_eventCompletetHandle); printf("Thread with taskId %i with handle %p exiting\n",status->m_taskId, status->m_threadHandle); + SetEvent(status->m_eventCompletetHandle); break; }