Fixed silly local variable mistake (thanks Matt!).
This commit is contained in:
parent
07784f2393
commit
e36b50908b
@ -487,7 +487,7 @@ namespace PolyVox
|
||||
uint8_t v001;
|
||||
if((uZRegSpace + offset.getZ()) != regSlice.getUpperCorner().getZ())
|
||||
{
|
||||
uint8_t v001 = volIter.peekVoxel0px0py1pz();
|
||||
v001 = volIter.peekVoxel0px0py1pz();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user