Fixed type error

This commit is contained in:
Robert Osfield
2014-04-28 11:53:58 +00:00
parent 4994b806d2
commit f5261b9877

View File

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