Changed the initialized osg Drager:::PointerInfo::hitIter to prevent compile problems under Windows

This commit is contained in:
Robert Osfield
2007-02-14 16:16:38 +00:00
parent d068ffb63a
commit 02ff109746

View File

@@ -29,9 +29,9 @@ Dragger::~Dragger()
Dragger::PointerInfo::PointerInfo():
pixel_x(0),
pixel_y(0),
sv(0),
hitIter(0)
{
sv(0)
{
hitIter = hitList.begin();
}
bool Dragger::PointerInfo::contains(const osg::Node* node) const