Fixed brackets

This commit is contained in:
Robert Osfield
2007-05-23 19:30:16 +00:00
parent 97039e9ae3
commit 6918cc69e9

View File

@@ -373,7 +373,7 @@ public:
Vertices& vertices = newFace.vertices;
osg::Vec3d side = fabs(plane.getNormal().x() < fabs(plane.getNormal().y())) ?
osg::Vec3d side = ( fabs(plane.getNormal().x()) < fabs(plane.getNormal().y()) ) ?
osg::Vec3(1.0, 0.0, 0.0) :
osg::Vec3(0.0, 1.0, 0.0);