mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-04-29 04:33:51 +00:00
chore(error): support different era args for SErrDisplayError
This commit is contained in:
parent
b69feaca30
commit
b292aabac0
6 changed files with 19 additions and 9 deletions
|
|
@ -18,7 +18,7 @@
|
|||
// Debug Build + Release Assertions Enabled Build
|
||||
#define STORM_ASSERT(x) \
|
||||
if (!(x)) { \
|
||||
SErrDisplayError(STORM_ERROR_ASSERTION, __FILE__, __LINE__, #x, 0, 1, 0x11111111); \
|
||||
SErrDisplayError(STORM_ERROR_ASSERTION, __FILE__, __LINE__, #x, 0, 1); \
|
||||
}
|
||||
#else
|
||||
// Release Build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue