member var conversion error that oddly didn't crop up till mac testing.

This commit is contained in:
Azaezel 2018-07-04 18:26:14 -05:00
parent ee9f3b74ec
commit b0b2b1314a

View file

@ -267,7 +267,7 @@ struct PolyhedronFixedVectorData : public PolyhedronData
Point3F* getPoints() const { return mPointList.address(); }
/// Return the number of edges that this polyhedron has.
U32 getNumEdges() const { return edgeList.size(); }
U32 getNumEdges() const { return mEdgeList.size(); }
///
Edge* getEdges() const { return mEdgeList.address(); }