diff --git a/src/osgManipulator/AntiSquish.cpp b/src/osgManipulator/AntiSquish.cpp index 67ece3fd7..6aad20d28 100644 --- a/src/osgManipulator/AntiSquish.cpp +++ b/src/osgManipulator/AntiSquish.cpp @@ -33,7 +33,7 @@ namespace np.pop_back(); // Get the accumulated modeling matrix. - osg::Matrix localToWorld = computeLocalToWorld(np); + osg::Matrix localToWorld = osg::computeLocalToWorld(np); // compute the unsquished matrix. bool flag = false;