Skip to content

Commit

Permalink
From Tanguy Fautre, "This fixes the OSG crashes reported by http://li…
Browse files Browse the repository at this point in the history
…sts.openscenegraph.org/pipermail/osg-users-openscenegraph.org/2009-February/023499.html

 

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."
  • Loading branch information
robertosfield committed Feb 19, 2009
1 parent e1b41a5 commit 296b859
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/osg/State.cpp
Expand Up @@ -193,6 +193,7 @@ void State::reset()
++apitr)
{
(*apitr)->resetAppliedUniforms();
(*apitr)->removeObserver(this);
}

_appliedProgramObjectSet.clear();
Expand Down

0 comments on commit 296b859

Please sign in to comment.