Moved the LineSegment destructor from the header to the source to avoid
compilation problems under MingW.
This commit is contained in:
@@ -14,6 +14,10 @@
|
||||
|
||||
using namespace osg;
|
||||
|
||||
LineSegment::~LineSegment()
|
||||
{
|
||||
}
|
||||
|
||||
bool LineSegment::intersectAndClip(Vec3& s,Vec3& e,const BoundingBox& bb)
|
||||
{
|
||||
// compate s and e against the xMin to xMax range of bb.
|
||||
|
||||
Reference in New Issue
Block a user