mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 18:21:16 +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
|
// Don't actually crash in debug builds, in case this apparent deadlock is simply from
|
||||||
// the developer actively debugging code
|
// the developer actively debugging code
|
||||||
#ifdef NDEBUG
|
#ifdef NDEBUG
|
||||||
// deadlockDetectionCrash();
|
deadlockDetectionCrash();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue