mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 03:23:33 +02:00
Reactivate watch dog exit
This commit is contained in:
parent
05b78b0df0
commit
db1536c521
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,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