1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-12 16:58:39 +00:00

Fix accidental change to debug.h

This commit is contained in:
DustyBagel 2024-06-28 15:37:11 -05:00 committed by GitHub
parent a15e0d09cd
commit e0cdc715aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -78,7 +78,7 @@ void debug_set_exception_handler();
These should be put into every thread
*/
#if CATCH_UNHANDLED_EXCEPTIONS == 0
#if CATCH_UNHANDLED_EXCEPTIONS == 1
#define BEGIN_DEBUG_EXCEPTION_HANDLER try {
#define END_DEBUG_EXCEPTION_HANDLER \
} catch (std::exception &e) { \