Build fixes to cope with changes to Producer/osgProducer.

This commit is contained in:
Robert Osfield
2006-03-30 10:20:11 +00:00
parent a5d12c598a
commit 1c2deb253a
6 changed files with 10 additions and 7 deletions

View File

@@ -510,7 +510,7 @@ int main( int argc, char **argv )
{
// take camera zero as the guide.
osg::Matrix modelview(viewer.getCameraConfig()->getCamera(0)->getViewMatrix());
osg::Matrix modelview(viewer.getCamera(0)->getViewMatrix());
cp->setPacket(modelview,viewer.getFrameStamp());