mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +02:00
revert debug change
This commit is contained in:
parent
ea8330e4e3
commit
6d7e98274b
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ public:
|
|||
|
||||
// Don't actually crash in debug builds, in case this apparent deadlock is simply from
|
||||
// the developer actively debugging code
|
||||
#if 0 //def NDEBUG
|
||||
#ifdef NDEBUG
|
||||
deadlockDetectionCrash();
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue