mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 22:54:34 +00:00
uninitialized variables-t3d
This commit is contained in:
parent
87603029db
commit
fabd5864fa
27 changed files with 102 additions and 23 deletions
|
|
@ -170,6 +170,7 @@ void RibbonData::unpackData(BitStream* stream)
|
|||
//
|
||||
Ribbon::Ribbon()
|
||||
{
|
||||
mDataBlock = NULL;
|
||||
mTypeMask |= StaticObjectType;
|
||||
|
||||
VECTOR_SET_ASSOCIATION(mSegmentPoints);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue