|
AL_Assert(GetNextPoolId(&pFrameInfoPool->tIDPool)); |
This can't be final code for 2020.2. Release builds will disable any code that have AL_Assert around it (by defining NDEBUG) but in too many places the new code expects the condition within the assert to always be there. Above is one of numerous buggy examples.