corrected returned number of PickFaceVisible function

This commit is contained in:
Paolo Cignoni 2009-04-22 10:28:52 +00:00
parent 665fa05d1c
commit af6a963f41
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ public:
}
delete [] buffer;
return result.size();
return resultZ.size();
}
};