[*] Fix ship builds

This commit is contained in:
Reece Wilson 2023-03-17 23:44:54 +00:00
parent 5d8f4e6901
commit 4849b579fb

View File

@ -141,7 +141,7 @@ namespace Aurora::Debug
#if defined(AU_CFG_ID_INTERNAL) || defined(AU_CFG_ID_DEBUG)
#define SysSafeLine __LINE__
#else
#define SysSafeLine 0
#define SysSafeLine AuUInt16(0u)
#endif
#if defined(AURORA_COMPILER_MSVC)