From Paul Martz, build fixes
This commit is contained in:
@@ -7,7 +7,7 @@ void EventProperty::update(osgViewer::View* view)
|
||||
{
|
||||
if (view && view->getEventQueue() && _event.valid())
|
||||
{
|
||||
view->getEventQueue()->addEvent(_event);
|
||||
view->getEventQueue()->addEvent(_event.get());
|
||||
}
|
||||
}
|
||||
|
||||
@@ -38,4 +38,4 @@ namespace B
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user