mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 19:53: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
|
|
@ -593,7 +593,11 @@ IMPLEMENT_CO_NETOBJECT_V1(River);
|
|||
|
||||
|
||||
River::River()
|
||||
: mSegmentsPerBatch(10),
|
||||
: mLowVertCount(0),
|
||||
mHighVertCount(0),
|
||||
mLowTriangleCount(0),
|
||||
mHighTriangleCount(0),
|
||||
mSegmentsPerBatch(10),
|
||||
mMetersPerSegment(10.0f),
|
||||
mDepthScale(1.0f),
|
||||
mFlowMagnitude(1.0f),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue