mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 22:54:34 +00:00
Remove dead code that contains a delete of an uninitialized pointer
This commit is contained in:
parent
55ac3dca70
commit
364dd3634d
2 changed files with 0 additions and 7 deletions
|
|
@ -38,7 +38,6 @@ class RenderOcclusionMgr : public RenderBinManager
|
|||
typedef RenderBinManager Parent;
|
||||
public:
|
||||
RenderOcclusionMgr();
|
||||
RenderOcclusionMgr(RenderInstType riType, F32 renderOrder, F32 processAddOrder);
|
||||
|
||||
// RenderOcclusionMgr
|
||||
virtual void init();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue