Added a dirtyAllVertexArrays() to State::reset().
This commit is contained in:
@@ -82,6 +82,8 @@ void State::reset()
|
||||
|
||||
_modelView = _identity;
|
||||
_projection = _identity;
|
||||
|
||||
dirtyAllVertexArrays();
|
||||
}
|
||||
|
||||
void State::pushStateSet(const StateSet* dstate)
|
||||
|
||||
Reference in New Issue
Block a user