Make CLineSeg::getEdge const

This commit is contained in:
Jack Andersen 2017-06-25 15:36:03 -10:00
parent e4a8fc868b
commit b420a1af93
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ public:
float volume() const { return (max.x - min.x) * (max.y - min.y) * (max.z - min.z); }
inline CLineSeg getEdge(EBoxEdgeId id)
inline CLineSeg getEdge(EBoxEdgeId id) const
{
switch (id)
{