Skip to content

Commit

Permalink
Prevent recursive failure in xrDebug::backend.
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocaster committed Oct 20, 2015
1 parent 91a2212 commit f0109a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrCore/xrDebugNew.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ void xrDebug::backend(const char* expression, const char* description, const cha
break;
}
default:
NODEFAULT;
DEBUG_INVOKE;
}
# else // USE_OWN_ERROR_MESSAGE_WINDOW
# ifdef USE_BUG_TRAP
Expand Down

0 comments on commit f0109a3

Please sign in to comment.