Merge "Fixing the state restore bug."

This commit is contained in:
Alex Sakhartchouk
2010-11-18 16:39:42 -08:00
committed by Android (Google) Code Review

View File

@@ -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() {