Merge branch 'master' of git@gitorious.org:polyvox/polyvox.git

This commit is contained in:
unknown
2012-06-15 16:34:58 +02:00
12 changed files with 89 additions and 90 deletions

View File

@ -26,7 +26,7 @@ freely, subject to the following restrictions:
namespace PolyVox
{
template<>
typename VoxelTypeTraits<Density8>::DensityType convertToDensity(Density8 voxel)
VoxelTypeTraits<Density8>::DensityType convertToDensity(Density8 voxel)
{
return voxel.getDensity();
}