Merge branch 'alpha40MakeMats' of https://github.com/Azaezel/Torque3D into Preview4_0

This commit is contained in:
Areloch 2020-03-03 10:48:07 -06:00
commit 2d015bc426
2 changed files with 15 additions and 0 deletions

View file

@ -71,6 +71,7 @@ public:
/// Return the lightBinManager for this light manager.
AdvancedLightBinManager* getLightBinManager() { return mLightBinManager; }
RenderDeferredMgr* getDeferredRenderBin() { return mDeferredRenderBin; }
// LightManager
virtual bool isCompatible() const;