Added osg:: to computeLocalToWorld to fix build under VS7.
This commit is contained in:
parent
c0f3c80a2b
commit
bab9938a5c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user