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:
William Moberg
2016-01-18 10:16:35 +01:00
parent d28583ca9e
commit a346a329b3
4 changed files with 23 additions and 5 deletions
+5
View File
@@ -0,0 +1,5 @@
#include "Core/MemoryPool.h"
namespace DisableMemoryPool
{
bool Value = false;
}