Merge branch 'master' of git://github.com/siana/SingularityViewer.git
This commit is contained in:
@@ -2057,7 +2057,7 @@ BOOL LLVOVolume::lineSegmentIntersect(const LLVector3& start, const LLVector3& e
|
||||
if (face == -1)
|
||||
{
|
||||
start_face = 0;
|
||||
end_face = volume->getNumFaces();
|
||||
end_face = volume->getNumVolumeFaces();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user