Fixed silly local variable mistake (thanks Matt!).

This commit is contained in:
David Williams 2009-05-04 15:26:08 +00:00
parent 07784f2393
commit e36b50908b

View File

@ -487,7 +487,7 @@ namespace PolyVox
uint8_t v001; uint8_t v001;
if((uZRegSpace + offset.getZ()) != regSlice.getUpperCorner().getZ()) if((uZRegSpace + offset.getZ()) != regSlice.getUpperCorner().getZ())
{ {
uint8_t v001 = volIter.peekVoxel0px0py1pz(); v001 = volIter.peekVoxel0px0py1pz();
} }
else else
{ {