mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-25 06:15:36 +00:00
Merge pull request #1020 from eightyeight/simdictionary-improvement
SimDictionary improvement
This commit is contained in:
commit
c85ac03c16
4 changed files with 125 additions and 19 deletions
|
|
@ -52,6 +52,11 @@
|
|||
#define TORQUE_DISABLE_MEMORY_MANAGER
|
||||
#endif
|
||||
|
||||
/// The improved SimDictionary uses C++11 and is designed for games where
|
||||
/// there are over 10000 simobjects active normally. To enable the new
|
||||
/// SimDictionary just uncomment the line below.
|
||||
//#define USE_NEW_SIMDICTIONARY
|
||||
|
||||
/// Define me if you want to disable the virtual mount system.
|
||||
//#define TORQUE_DISABLE_VIRTUAL_MOUNT_SYSTEM
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue