Преглед изворни кода

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

Azaezel пре 7 година
родитељ
комит
b0b2b1314a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Engine/source/math/mPolyhedron.h

+ 1 - 1
Engine/source/math/mPolyhedron.h

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