From 149ef145a30a3288e3d0930b8efb374af9b5b0cf Mon Sep 17 00:00:00 2001 From: Lynix Date: Tue, 5 Aug 2014 09:42:37 +0200 Subject: [PATCH] Fixed DebugOff Former-commit-id: ba77eb95c3b5b3d4d88730c0fa029fd4f40e9c91 --- include/Nazara/Graphics/DebugOff.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Nazara/Graphics/DebugOff.hpp b/include/Nazara/Graphics/DebugOff.hpp index f5e3b3e1c..17972d2f0 100644 --- a/include/Nazara/Graphics/DebugOff.hpp +++ b/include/Nazara/Graphics/DebugOff.hpp @@ -3,7 +3,7 @@ // For conditions of distribution and use, see copyright notice in Config.hpp // On suppose que Debug.hpp a déjà été inclus, tout comme Config.hpp -#if NAZARA_GRAPHICS_HPP +#if NAZARA_GRAPHICS_MANAGE_MEMORY #undef delete #undef new #endif