corrected returned number of PickFaceVisible function
This commit is contained in:
parent
665fa05d1c
commit
af6a963f41
|
@ -165,7 +165,7 @@ public:
|
|||
}
|
||||
|
||||
delete [] buffer;
|
||||
return result.size();
|
||||
return resultZ.size();
|
||||
}
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue