Added an option to disable the Pool allocation in Config.ini, in case there is a mess with the MemoryPool.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#include "Core/MemoryPool.h"
|
||||
namespace DisableMemoryPool
|
||||
{
|
||||
bool Value = false;
|
||||
}
|
||||
Reference in New Issue
Block a user