mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-01 11:33:48 +00:00
uninitialized variables-ts
This commit is contained in:
parent
c2e74f375a
commit
9e1c22204f
13 changed files with 29 additions and 10 deletions
|
|
@ -51,6 +51,7 @@ void TSPartInstance::init(TSShapeInstance * sourceShape)
|
|||
mCurrentObjectDetail = 0;
|
||||
mCurrentIntraDL = 1.0f;
|
||||
mData = 0;
|
||||
mRadius = 0.125;
|
||||
}
|
||||
|
||||
TSPartInstance::~TSPartInstance()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue