mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-19 22:53:47 +00:00
uninitialized variables-t3d
This commit is contained in:
parent
87603029db
commit
fabd5864fa
27 changed files with 102 additions and 23 deletions
|
|
@ -253,6 +253,7 @@ RigidShapeData::RigidShapeData()
|
|||
|
||||
dustEmitter = NULL;
|
||||
dustID = 0;
|
||||
triggerDustHeight = 3.0;
|
||||
dustHeight = 1.0;
|
||||
|
||||
dMemset( splashEmitterList, 0, sizeof( splashEmitterList ) );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue