mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 06:34:36 +00:00
uninitialized variables-ts
This commit is contained in:
parent
c2e74f375a
commit
9e1c22204f
13 changed files with 29 additions and 10 deletions
|
|
@ -1182,7 +1182,14 @@ TSMesh::TSMesh() : mMeshType( StandardMeshType )
|
|||
mNumVerts = 0;
|
||||
mVertSize = 0;
|
||||
mVertOffset = 0;
|
||||
|
||||
mRadius = 0.0f;
|
||||
mVertexFormat = NULL;
|
||||
mPrimBufferOffset = 0;
|
||||
numFrames = 0;
|
||||
numMatFrames = 0;
|
||||
vertsPerFrame = 0;
|
||||
mPlanesPerFrame = 0;
|
||||
mMergeBufferStart = 0;
|
||||
mParentMeshObject = NULL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue