Merge "fix debug.sf.showbackground"

This commit is contained in:
Mathias Agopian
2010-12-14 18:40:18 -08:00
committed by Android (Google) Code Review

View File

@@ -1023,6 +1023,8 @@ void SurfaceFlinger::drawWormhole() const
glDrawArrays(GL_TRIANGLE_FAN, 0, 4);
}
glDisableClientState(GL_TEXTURE_COORD_ARRAY);
glLoadIdentity();
glMatrixMode(GL_MODELVIEW);
}
}