diff --git a/library/PolyVoxCore/include/PolyVoxCore/MeshDecimator.h b/library/PolyVoxCore/include/PolyVoxCore/MeshDecimator.h index 4020a0ee..9b8dafb9 100644 --- a/library/PolyVoxCore/include/PolyVoxCore/MeshDecimator.h +++ b/library/PolyVoxCore/include/PolyVoxCore/MeshDecimator.h @@ -67,7 +67,7 @@ namespace PolyVox /// /// \deprecated template - class POLYVOX_DEPRECATED MeshDecimator + class MeshDecimator { //Used to keep track of when a vertex is //on one or more faces of the region @@ -143,10 +143,10 @@ namespace PolyVox public: ///Constructor - MeshDecimator(const SurfaceMesh* pInputMesh, SurfaceMesh* pOutputMesh, float fEdgeCollapseThreshold = 0.95f); + POLYVOX_DEPRECATED MeshDecimator(const SurfaceMesh* pInputMesh, SurfaceMesh* pOutputMesh, float fEdgeCollapseThreshold = 0.95f); ///Performs the decimation. - void execute(); + POLYVOX_DEPRECATED void execute(); private: