Added a dirtyAllVertexArrays() to State::reset().

This commit is contained in:
Robert Osfield
2002-09-28 07:47:10 +00:00
parent b57b0b16b9
commit 098e34ece0

View File

@@ -82,6 +82,8 @@ void State::reset()
_modelView = _identity;
_projection = _identity;
dirtyAllVertexArrays();
}
void State::pushStateSet(const StateSet* dstate)