Merge "Fixing the state restore bug."
This commit is contained in:
committed by
Android (Google) Code Review
commit
77df3e1ac6
@@ -268,6 +268,7 @@ Context::PushState::PushState(Context *con) {
|
||||
mVertex.set(con->getProgramVertex());
|
||||
mStore.set(con->getProgramStore());
|
||||
mRaster.set(con->getProgramRaster());
|
||||
mFont.set(con->getFont());
|
||||
}
|
||||
|
||||
Context::PushState::~PushState() {
|
||||
|
||||
Reference in New Issue
Block a user