Add missing return statements
This commit is contained in:
@@ -861,6 +861,7 @@ bool Effect::realizeTechniques(const osgDB::ReaderWriter::Options* options)
|
||||
itr != e;
|
||||
++itr)
|
||||
buildTechnique(this, *itr, options);
|
||||
return true;
|
||||
}
|
||||
|
||||
bool Effect_writeLocalData(const Object& obj, osgDB::Output& fw)
|
||||
|
||||
@@ -107,6 +107,7 @@ protected:
|
||||
ContextInfo& operator=(const ContextInfo& rhs)
|
||||
{
|
||||
valid = rhs.valid;
|
||||
return *this;
|
||||
}
|
||||
Swappable<Status> valid;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user