mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 07:34:45 +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
|
|
@ -58,7 +58,7 @@ struct ObjectRenderInst;
|
|||
class RiverSplineNode
|
||||
{
|
||||
public:
|
||||
RiverSplineNode() {}
|
||||
RiverSplineNode() :x(0.0f), y(0.0f), z(0.0f), width(0.0f), depth(0.0f) {}
|
||||
|
||||
F32 x;
|
||||
F32 y;
|
||||
|
|
@ -529,4 +529,4 @@ protected:
|
|||
U32 mColumnCount;
|
||||
};
|
||||
|
||||
#endif // _RIVER_H_
|
||||
#endif // _RIVER_H_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue