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
|
|
@ -68,12 +68,19 @@ U32 TSShape::smMaxSkinBones = 70;
|
|||
|
||||
TSShape::TSShape()
|
||||
{
|
||||
mExporterVersion = 124;
|
||||
mSmallestVisibleSize = 2;
|
||||
mSmallestVisibleDL = 0;
|
||||
mRadius = 0;
|
||||
mFlags = 0;
|
||||
tubeRadius = 0;
|
||||
data = NULL;
|
||||
materialList = NULL;
|
||||
mReadVersion = -1; // -1 means constructed from scratch (e.g., in exporter or no read yet)
|
||||
mSequencesConstructed = false;
|
||||
mShapeData = NULL;
|
||||
mShapeDataSize = 0;
|
||||
|
||||
mVertexSize = 0;
|
||||
mUseDetailFromScreenError = false;
|
||||
mNeedReinit = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue