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

@ -59,6 +59,10 @@
#include "core/util/tSignal.h"
#endif
#ifndef _SCENECONTAINER_H_
#include "scene/sceneContainer.h"
#endif
class LightManager;
class SceneRootZone;