From Yuzhong Shen, removed repeated statements in Hit operator =.

This commit is contained in:
Robert Osfield 2005-01-21 21:00:33 +00:00
parent bcbd5c7786
commit c99903497a

View File

@ -68,8 +68,6 @@ Hit& Hit::operator = (const Hit& hit)
// copy data across.
_ratio = hit._ratio;
_originalLineSegment = hit._originalLineSegment;
_localLineSegment = hit._localLineSegment;
_nodePath = hit._nodePath;
_geode = hit._geode;
_drawable = hit._drawable;