diff --git a/Source/Debug/ExceptionWatcher.Win32.cpp b/Source/Debug/ExceptionWatcher.Win32.cpp index a8890fc0..ba195175 100644 --- a/Source/Debug/ExceptionWatcher.Win32.cpp +++ b/Source/Debug/ExceptionWatcher.Win32.cpp @@ -228,8 +228,8 @@ namespace Aurora::Debug if ((ExceptionInfo->ExceptionRecord->ExceptionCode == EH_EXCEPTION_NUMBER) && (ExceptionInfo->ExceptionRecord->NumberParameters >= 4) && - (cxxThrow) || - (cxxThrowPure) + ((cxxThrow) || + (cxxThrowPure)) ) { HMODULE handle {};