From bab9938a5c9a3e6a558bb4c47dd1345005ffbe58 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 20 Mar 2007 17:07:37 +0000 Subject: [PATCH] Added osg:: to computeLocalToWorld to fix build under VS7. --- src/osgManipulator/AntiSquish.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;