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 561f010f2e
commit e290d9d82e

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(); }