mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 16:14:38 +00:00
Revert "Update torqueConfig.h.in"
This reverts commit bf6c8827a1e6863804c32905f20b1df15b74fa1f.
This commit is contained in:
parent
8795a4f330
commit
f2d4d7103a
1 changed files with 1 additions and 4 deletions
|
|
@ -53,12 +53,9 @@
|
||||||
/// Define me if you want to enable multithreading support.
|
/// Define me if you want to enable multithreading support.
|
||||||
#cmakedefine TORQUE_MULTITHREAD
|
#cmakedefine TORQUE_MULTITHREAD
|
||||||
|
|
||||||
#cmakedefine TORQUE_DISABLE_MEMORY_MANAGER
|
|
||||||
/// Define me if you want to disable Torque memory manager.
|
/// Define me if you want to disable Torque memory manager.
|
||||||
#ifndef TORQUE_ENABLE_ASSERTS
|
#ifndef TORQUE_ENABLE_ASSERTS
|
||||||
#ifdef TORQUE_DISABLE_MEMORY_MANAGER
|
#cmakedefine TORQUE_DISABLE_MEMORY_MANAGER
|
||||||
#undef TORQUE_DISABLE_MEMORY_MANAGER
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/// Define me if you want to disable the virtual mount system.
|
/// Define me if you want to disable the virtual mount system.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue