diff --git a/src/osg/State.cpp b/src/osg/State.cpp index 989465e9c..d4838211d 100644 --- a/src/osg/State.cpp +++ b/src/osg/State.cpp @@ -82,6 +82,8 @@ void State::reset() _modelView = _identity; _projection = _identity; + + dirtyAllVertexArrays(); } void State::pushStateSet(const StateSet* dstate)