PolygonalMesh Debugging: removed the SetVN from the base class (it is internal)
This commit is contained in:
parent
5f68ac2d07
commit
eb233462ba
|
|
@ -142,7 +142,6 @@ public:
|
|||
|
||||
static bool HasCurvatureDir() { return false; }
|
||||
|
||||
inline void SetVN(const int & /*n*/) {assert(0);}
|
||||
|
||||
static bool HasPolyInfo() { return false; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue