Disable memory manager for every module

Former-commit-id: 4c6e0a87de57bf55780cc9dfee280cc198d06704
This commit is contained in:
Lynix
2015-09-28 00:41:24 +02:00
parent 6fe20d067a
commit 7db9be3cfb
8 changed files with 8 additions and 8 deletions

View File

@@ -15,7 +15,7 @@
// On force la valeur de MANAGE_MEMORY en mode debug
#if defined(NAZARA_DEBUG) && !NAZARA_RENDERER_MANAGE_MEMORY
#undef NAZARA_RENDERER_MANAGE_MEMORY
#define NAZARA_RENDERER_MANAGE_MEMORY 1
#define NAZARA_RENDERER_MANAGE_MEMORY 0
#endif
NazaraCheckTypeAndVal(NAZARA_RENDERER_INSTANCE_BUFFER_SIZE, integral, >, 0, " shall be a strictly positive integer");