Fixed DebugOff

Former-commit-id: ba77eb95c3b5b3d4d88730c0fa029fd4f40e9c91
This commit is contained in:
Lynix 2014-08-05 09:42:37 +02:00
parent 43b4f696b2
commit 149ef145a3
1 changed files with 1 additions and 1 deletions

View File

@ -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