Skip to content

Commit f0109a3

Browse files
author
nitrocaster
committed
Prevent recursive failure in xrDebug::backend.
1 parent 91a2212 commit f0109a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrCore/xrDebugNew.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ void xrDebug::backend(const char* expression, const char* description, const cha
246246
break;
247247
}
248248
default:
249-
NODEFAULT;
249+
DEBUG_INVOKE;
250250
}
251251
# else // USE_OWN_ERROR_MESSAGE_WINDOW
252252
# ifdef USE_BUG_TRAP

0 commit comments

Comments
 (0)