Changed the version strings to use OpenSceneGaph rather than "Open Scene Graph"

This commit is contained in:
Robert Osfield
2004-09-27 12:07:34 +00:00
parent 1068667b86
commit 7e5c87de6a
11 changed files with 11 additions and 11 deletions

View File

@@ -8,5 +8,5 @@ const char* osgProducerGetVersion()
const char* osgProducerGetLibraryName()
{
return "Open Scene Graph Producer Library";
return "OpenSceneGraph Producer Library";
}

View File

@@ -589,7 +589,7 @@ void Viewer::update()
// update the scene by traversing it with the the update visitor which will
// call all node update callbacks and animations.
getSceneData()->accept(*_updateVisitor);
getTopMostSceneData()->accept(*_updateVisitor);
}
// update the main producer camera