From ef511d9b1192bcd3030c8fd6df7cbbd954c8e951 Mon Sep 17 00:00:00 2001 From: Lynix Date: Sun, 13 Sep 2015 01:16:25 +0200 Subject: [PATCH] Core: Temporary disable MemoryManager (its causing crashs during runtime with VS) Former-commit-id: 317a3f6b4d8ac363393094d591550181c26e6f05 --- include/Nazara/Core/ConfigCheck.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Nazara/Core/ConfigCheck.hpp b/include/Nazara/Core/ConfigCheck.hpp index 4e02a55de..310567eef 100644 --- a/include/Nazara/Core/ConfigCheck.hpp +++ b/include/Nazara/Core/ConfigCheck.hpp @@ -15,7 +15,7 @@ // On force la valeur de MANAGE_MEMORY en mode debug #if defined(NAZARA_DEBUG) && !NAZARA_CORE_MANAGE_MEMORY #undef NAZARA_CORE_MANAGE_MEMORY - #define NAZARA_CORE_MANAGE_MEMORY 1 + #define NAZARA_CORE_MANAGE_MEMORY 0 #endif NazaraCheckTypeAndVal(NAZARA_CORE_DECIMAL_DIGITS, integral, >, 0, " shall be a strictly positive integer");