Fix for PolyVox::Region clashing with XWindows Region.

This commit is contained in:
David Williams 2009-03-29 22:32:44 +00:00
parent aa028166bc
commit 4e1b815797

View File

@ -50,7 +50,7 @@ void OpenGLWidget::setVolume(PolyVox::Volume<PolyVox::uint8>* volData)
Vector3DInt32 regUpperCorner(regionEndX, regionEndY, regionEndZ);
//Extract the surface for this region
extractReferenceSurface(m_volData, Region(regLowerCorner, regUpperCorner), ispCurrent);
extractReferenceSurface(m_volData, PolyVox::Region(regLowerCorner, regUpperCorner), ispCurrent);
Vector3DUint8 v3dRegPos(uRegionX,uRegionY,uRegionZ);