mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +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
|
|
@ -56,7 +56,8 @@ WaterBlock::WaterBlock()
|
|||
{
|
||||
mGridElementSize = 5.0f;
|
||||
mObjScale.set( 100.0f, 100.0f, 10.0f );
|
||||
|
||||
mWidth = 2;
|
||||
mHeight = 2;
|
||||
mNetFlags.set(Ghostable | ScopeAlways);
|
||||
|
||||
mObjBox.minExtents.set( -0.5f, -0.5f, -0.5f );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue