mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-24 13:55:34 +00:00
uninitialized variables-lighting
This commit is contained in:
parent
9fef1b3cd1
commit
f52c3d5ed2
6 changed files with 15 additions and 7 deletions
|
|
@ -52,7 +52,7 @@ class ShadowMapPass
|
|||
{
|
||||
public:
|
||||
|
||||
ShadowMapPass() {} // Only called by ConsoleSystem
|
||||
ShadowMapPass() : mTimer(NULL), mLightManager(NULL), mShadowManager(NULL), mActiveLights(0), mPrevCamFov(90.0f) {} // Only called by ConsoleSystem
|
||||
ShadowMapPass(LightManager* LightManager, ShadowMapManager* ShadowManager);
|
||||
virtual ~ShadowMapPass();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue