[*] u wot

This commit is contained in:
Reece Wilson 2023-03-27 23:52:41 +01:00
parent 168e6e1e39
commit 238874cf8c

View File

@ -93,7 +93,7 @@ namespace Aurora::Logging
{
uIndex -= AuLog::kLogLevelUsr;
SysAssertDbg(uIndex >= kAvailableSlots);
SysAssertDbg(uIndex < kAvailableSlots);
return gStringMap[uIndex];
}