mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 06:34:36 +00:00
uninitialized variables-terrain
This commit is contained in:
parent
fabd5864fa
commit
c2e74f375a
6 changed files with 28 additions and 4 deletions
|
|
@ -73,7 +73,8 @@ TerrainCellMaterial::TerrainCellMaterial()
|
|||
: mTerrain( NULL ),
|
||||
mCurrPass( 0 ),
|
||||
mDeferredMat( NULL ),
|
||||
mReflectMat( NULL )
|
||||
mReflectMat( NULL ),
|
||||
mMaterials(0)
|
||||
{
|
||||
smAllMaterials.push_back( this );
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue