mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +00:00
Optimize container bin lookups
This commit is contained in:
parent
c6047b24eb
commit
596d13f9a4
12 changed files with 1100 additions and 708 deletions
|
|
@ -39,6 +39,7 @@
|
|||
#include "core/strings/stringUnit.h"
|
||||
#include "math/mRandomDeck.h"
|
||||
#include "math/mRandomSet.h"
|
||||
#include "scene/sceneContainer.h"
|
||||
|
||||
|
||||
bool ForestBrushTool::protectedSetSize( void *object, const char *index, const char *data )
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@
|
|||
#include "windowManager/platformCursorController.h"
|
||||
#include "forest/editor/forestUndo.h"
|
||||
#include "gui/worldEditor/undoActions.h"
|
||||
#include "scene/sceneContainer.h"
|
||||
|
||||
|
||||
IMPLEMENT_CONOBJECT( ForestEditorCtrl );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue