diff --git a/Source/Core/Common/Assert.h b/Source/Core/Common/Assert.h index 5be700f338..661dba5d8e 100644 --- a/Source/Core/Common/Assert.h +++ b/Source/Core/Common/Assert.h @@ -15,7 +15,7 @@ { \ if (!(_a_)) \ { \ - if (!PanicYesNo(_fmt_ "\n\nIgnore and continue?", __VA_ARGS__)) \ + if (!PanicYesNo(_fmt_, __VA_ARGS__)) \ Crash(); \ } \ } while (0)