Added osg:: to computeLocalToWorld to fix build under VS7.

This commit is contained in:
Robert Osfield 2007-03-20 17:07:37 +00:00
parent c0f3c80a2b
commit bab9938a5c

View File

@ -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;