David Rose пре 16 година
родитељ
комит
006ec7931e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      direct/src/plugin/p3dConditionVar.cxx

+ 1 - 1
direct/src/plugin/p3dConditionVar.cxx

@@ -95,7 +95,7 @@ wait() {
   EnterCriticalSection(&_lock);
 
 #else  // _WIN32
-  int result = pthread_cond_wait(&_cvar, &_mutex._lock);
+  int result = pthread_cond_wait(&_cvar, &_lock);
   assert(result == 0);
 
 #endif  // _WIN32