From Yuzhong Shen, removed repeated statements in Hit operator =.
This commit is contained in:
parent
bcbd5c7786
commit
c99903497a
@ -68,8 +68,6 @@ Hit& Hit::operator = (const Hit& hit)
|
|||||||
|
|
||||||
// copy data across.
|
// copy data across.
|
||||||
_ratio = hit._ratio;
|
_ratio = hit._ratio;
|
||||||
_originalLineSegment = hit._originalLineSegment;
|
|
||||||
_localLineSegment = hit._localLineSegment;
|
|
||||||
_nodePath = hit._nodePath;
|
_nodePath = hit._nodePath;
|
||||||
_geode = hit._geode;
|
_geode = hit._geode;
|
||||||
_drawable = hit._drawable;
|
_drawable = hit._drawable;
|
||||||
|
Loading…
Reference in New Issue
Block a user