mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-22 21:05:39 +00:00
uninitialized variables-terrain
This commit is contained in:
parent
fabd5864fa
commit
c2e74f375a
6 changed files with 28 additions and 4 deletions
|
|
@ -58,7 +58,11 @@ TerrCell::TerrCell()
|
|||
mHasEmpty( false ),
|
||||
mMaterial( NULL ),
|
||||
mMaterials( 0 ),
|
||||
mIsInteriorOnly( false )
|
||||
mIsInteriorOnly( false ),
|
||||
mSize(smMinCellSize),
|
||||
mLevel(0),
|
||||
mTerrain(NULL),
|
||||
mRadius(0.5f)
|
||||
{
|
||||
dMemset( mChildren, 0, sizeof( mChildren ) );
|
||||
zode_vertexBuffer = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue