Fixed compilation bug under Visual Studio 2005
This commit is contained in:
parent
33dd499605
commit
2dc0c1e1dc
|
|
@ -468,7 +468,7 @@ namespace vcg {
|
||||||
{
|
{
|
||||||
|
|
||||||
Box3i ib; // Boundig box in voxels
|
Box3i ib; // Boundig box in voxels
|
||||||
BoxToIBox( bb,ib );
|
this->BoxToIBox( bb,ib );
|
||||||
int x,y,z;
|
int x,y,z;
|
||||||
for(z=ib.min[2];z<=ib.max[2];++z)
|
for(z=ib.min[2];z<=ib.max[2];++z)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue