mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-05 21:40:31 +00:00
uninitialized variables-lighting
This commit is contained in:
parent
9fef1b3cd1
commit
f52c3d5ed2
6 changed files with 15 additions and 7 deletions
|
|
@ -63,6 +63,9 @@ AdvancedLightManager::AdvancedLightManager()
|
|||
{
|
||||
mLightBinManager = NULL;
|
||||
mLastShader = NULL;
|
||||
mLastConstants = NULL;
|
||||
mSpherePrimitiveCount = 0;
|
||||
mConePrimitiveCount = 0;
|
||||
mAvailableSLInterfaces = NULL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue