From b5b212cd73bb45dce264ae2368d60b44deadf743 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 12 Nov 2012 16:49:36 +0100 Subject: [PATCH] Changed the way deprecation is applied on the MeshDecimator. --- library/PolyVoxCore/include/PolyVoxCore/MeshDecimator.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: