It\u2019s a one line change against OSG 2.8.0 (see line 196). I\u2019ve already tested the change, and confirmed it\u2019s fixing the crashes described above."
This commit is contained in:
Robert Osfield
2009-02-19 16:29:57 +00:00
parent e1b41a5e1c
commit 296b859d37

View File

@@ -193,6 +193,7 @@ void State::reset()
++apitr)
{
(*apitr)->resetAppliedUniforms();
(*apitr)->removeObserver(this);
}
_appliedProgramObjectSet.clear();