mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 07:34:45 +00:00
Optimize container bin lookups
This commit is contained in:
parent
c6047b24eb
commit
596d13f9a4
12 changed files with 1100 additions and 708 deletions
|
|
@ -59,6 +59,10 @@
|
|||
#include "core/util/tSignal.h"
|
||||
#endif
|
||||
|
||||
#ifndef _SCENECONTAINER_H_
|
||||
#include "scene/sceneContainer.h"
|
||||
#endif
|
||||
|
||||
|
||||
class LightManager;
|
||||
class SceneRootZone;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue