Fixed type error

This commit is contained in:
Robert Osfield
2014-04-28 11:53:53 +00:00
parent 25aeb1dadc
commit 14b978369e

View File

@@ -1039,7 +1039,7 @@ class PolytopeVisitor : public osg::NodeVisitor
traverse(transform);
_polytopeStack.back();
_polytopeStack.pop_back();
}
}