From Marco Jez, updates to work with latest StateAttrbiute::compileGLObjects method
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ Validator::Validator(const Validator ©, const osg::CopyOp ©op)
|
||||
{
|
||||
}
|
||||
|
||||
void Validator::compile(osg::State &state) const
|
||||
void Validator::compileGLObjects(osg::State &state) const
|
||||
{
|
||||
apply(state);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user