GCC compile fix.
This commit is contained in:
parent
cb0afb17f9
commit
19f3a8bf6e
@ -84,7 +84,7 @@ namespace PolyVox
|
||||
float fScaleY = srcHeight / dstHeight;
|
||||
float fScaleZ = srcDepth / dstDepth;
|
||||
|
||||
SrcVolumeType<VoxelType>::Sampler sampler(m_pVolSrc);
|
||||
typename SrcVolumeType<VoxelType>::Sampler sampler(m_pVolSrc);
|
||||
|
||||
for(int32_t dz = m_regDst.getLowerCorner().getZ(); dz <= m_regDst.getUpperCorner().getZ(); dz++)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user