GCC compile fix.
This commit is contained in:
parent
d5d6319087
commit
7b126a97f7
@ -248,7 +248,7 @@ namespace PolyVox
|
||||
|
||||
VoxelType voxel = m_pVolSrc->getVoxelAt(iDstX, iDstY, iDstZ);
|
||||
|
||||
voxel.setDensity(static_cast<VoxelType::DensityType>(average));
|
||||
voxel.setDensity(static_cast<typename VoxelType::DensityType>(average));
|
||||
|
||||
m_pVolDst->setVoxelAt(iDstX, iDstY, iDstZ, voxel);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user