mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-20 14:10:39 -04:00
whoops
This commit is contained in:
parent
c3aa9a995c
commit
6b6dd232ff
@ -36,7 +36,9 @@ MutexDummyImpl() {
|
|||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
INLINE MutexDummyImpl::
|
INLINE MutexDummyImpl::
|
||||||
~MutexDummyImpl() {
|
~MutexDummyImpl() {
|
||||||
|
#ifdef CHECK_REENTRANT_MUTEX
|
||||||
nassertv(_lock_count == 0);
|
nassertv(_lock_count == 0);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
x
Reference in New Issue
Block a user