Removed redundant voxel base class.

This commit is contained in:
unknown
2012-02-19 17:22:35 +01:00
parent 26ea1d8ad3
commit ee17f72753
4 changed files with 4 additions and 26 deletions

View File

@ -52,7 +52,7 @@ namespace PolyVox
// int32_t template parameter is a dummy, required as the compiler expects to be able to declare an
// instance of VoxelType::MaterialType without knowing that VoxelType doesn't actually have a material.
template <typename Type>
class Density : public Voxel<Type, int32_t>
class Density
{
public:
//We expose DensityType and MaterialType in this way so that, when code is