whoops
This commit is contained in:
parent
c3aa9a995c
commit
6b6dd232ff
|
|
@ -36,7 +36,9 @@ MutexDummyImpl() {
|
|||
////////////////////////////////////////////////////////////////////
|
||||
INLINE MutexDummyImpl::
|
||||
~MutexDummyImpl() {
|
||||
#ifdef CHECK_REENTRANT_MUTEX
|
||||
nassertv(_lock_count == 0);
|
||||
#endif
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
|
|
|||
Loading…
Reference in New Issue