mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 15:14:35 +00:00
uninitialized variables-environment and forrest
This commit is contained in:
parent
2c1508c169
commit
1efb687867
20 changed files with 74 additions and 34 deletions
|
|
@ -46,7 +46,11 @@ public:
|
|||
ForestConvex()
|
||||
{
|
||||
mType = ForestConvexType;
|
||||
mTransform.identity();
|
||||
mTransform.identity();
|
||||
hullId = 0;
|
||||
mForestItemKey = 0;
|
||||
mData = NULL;
|
||||
mScale = 1.0f;
|
||||
}
|
||||
|
||||
ForestConvex( const ForestConvex &cv )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue