diff --git a/Engine/source/forest/forestCollision.h b/Engine/source/forest/forestCollision.h index f750fc85b..716ec8991 100644 --- a/Engine/source/forest/forestCollision.h +++ b/Engine/source/forest/forestCollision.h @@ -58,7 +58,7 @@ public: mData = cv.mData; mScale = cv.mScale; hullId = cv.hullId; - box = box; + box = cv.box; } void calculateTransform( const MatrixF &worldXfrm ); @@ -85,4 +85,4 @@ protected: }; -#endif // _FORESTCOLLISION_H_ \ No newline at end of file +#endif // _FORESTCOLLISION_H_