uninitialized variables-environment and forrest

This commit is contained in:
AzaezelX 2020-05-11 14:56:04 -05:00
parent 2c1508c169
commit 1efb687867
20 changed files with 74 additions and 34 deletions

View file

@ -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_