mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 23:33:48 +02:00
Forgot to reactivate deadlock detection
This commit is contained in:
parent
ee253143ff
commit
b1b62087e5
1 changed files with 1 additions and 1 deletions
|
@ -488,7 +488,7 @@ public:
|
|||
// Don't actually crash in debug builds, in case this apparent deadlock is simply from
|
||||
// the developer actively debugging code
|
||||
#ifdef NDEBUG
|
||||
// deadlockDetectionCrash();
|
||||
deadlockDetectionCrash();
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue