chore(error): support different era args for SErrDisplayError

This commit is contained in:
Adam Heinermann 2026-01-03 16:05:51 -08:00 committed by fallenoak
parent b69feaca30
commit b292aabac0
6 changed files with 19 additions and 9 deletions

View file

@ -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