Optimize container bin lookups

This commit is contained in:
James Urquhart 2022-12-24 20:37:25 +00:00 committed by Brian Roberts
parent c6047b24eb
commit 596d13f9a4
12 changed files with 1100 additions and 708 deletions

View file

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

View file

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