commit | ebeb7095961e09f5cff0c7cf2c04fa4770b2e033 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Tue Dec 14 18:38:36 2010 -0800 |
committer | Mathias Agopian <mathias@google.com> | Tue Dec 14 18:38:36 2010 -0800 |
tree | 698e5fc4287c85672422890a009f5067baf7b0c1 | |
parent | 25bbabec6d830b5344e2f00d6ec9ff5ac0123854 [diff] [blame] |
fix debug.sf.showbackground Change-Id: Ie4eeca006ad6d8030900d8cb0029e4d1c22474fb
diff --git a/services/surfaceflinger/SurfaceFlinger.cpp b/services/surfaceflinger/SurfaceFlinger.cpp index 61d08aa..a6b1422 100644 --- a/services/surfaceflinger/SurfaceFlinger.cpp +++ b/services/surfaceflinger/SurfaceFlinger.cpp
@@ -1023,6 +1023,8 @@ glDrawArrays(GL_TRIANGLE_FAN, 0, 4); } glDisableClientState(GL_TEXTURE_COORD_ARRAY); + glLoadIdentity(); + glMatrixMode(GL_MODELVIEW); } }