diff --git a/include/Nazara/Utility/Config.hpp b/include/Nazara/Utility/Config.hpp index 5f7518948..bfc25e633 100644 --- a/include/Nazara/Utility/Config.hpp +++ b/include/Nazara/Utility/Config.hpp @@ -30,7 +30,7 @@ /// Chaque modification d'un paramètre du module nécessite une recompilation de celui-ci // Force les buffers à posséder un stride multiple de 32 bytes (Gain de performances sur certaines cartes/plus de consommation mémoire) -#define NAZARA_UTILITY_FORCE_DECLARATION_STRIDE_MULTIPLE_OF_32 0 +#define NAZARA_UTILITY_FORCE_DECLARATION_STRIDE_MULTIPLE_OF_32 0 ///FIXME: Ne peut pas être utilisé pour l'instant // Utilise un tracker pour repérer les éventuels leaks (Ralentit l'exécution) #define NAZARA_UTILITY_MEMORYLEAKTRACKER 0