Eliminated member variable.

This commit is contained in:
David Williams
2015-05-25 17:45:40 +02:00
parent 13be35aac9
commit 96ec47a972
2 changed files with 8 additions and 8 deletions

View File

@ -286,9 +286,6 @@ namespace PolyVox
//Used to convert arbitrary voxel types in densities and materials.
ControllerType m_controller;
//Our threshold value
typename ControllerType::DensityType m_tThreshold;
};
// This version of the function performs the extraction into a user-provided mesh rather than allocating a mesh automatically.