mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 14:37:46 +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
|
// 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