From Marco Jez, updates to work with latest StateAttrbiute::compileGLObjects method

This commit is contained in:
Robert Osfield
2004-08-05 15:14:50 +00:00
parent 4d2c08b39a
commit 009cda4134
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ Validator::Validator(const Validator &copy, const osg::CopyOp &copyop)
{
}
void Validator::compile(osg::State &state) const
void Validator::compileGLObjects(osg::State &state) const
{
apply(state);
}