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

@@ -45,7 +45,7 @@ namespace osgFX
META_StateAttribute(osgFX, Validator, VALIDATOR);
void apply(osg::State &state) const;
void compile(osg::State &state) const;
void compileGLObjects(osg::State &state) const;
inline int compare(const osg::StateAttribute &sa) const;

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);
}