mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
uninitialized variables-t3d
This commit is contained in:
parent
87603029db
commit
fabd5864fa
27 changed files with 102 additions and 23 deletions
|
|
@ -50,7 +50,7 @@ protected:
|
|||
|
||||
public:
|
||||
|
||||
ConvexShapeCollisionConvex() { mType = ConvexShapeCollisionConvexType; }
|
||||
ConvexShapeCollisionConvex() { pShape = NULL; mType = ConvexShapeCollisionConvexType; }
|
||||
|
||||
ConvexShapeCollisionConvex( const ConvexShapeCollisionConvex& cv ) {
|
||||
mType = ConvexShapeCollisionConvexType;
|
||||
|
|
@ -297,4 +297,4 @@ protected:
|
|||
|
||||
};
|
||||
|
||||
#endif // _CONVEXSHAPE_H_
|
||||
#endif // _CONVEXSHAPE_H_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue