diff options
| author | 2010-12-14 18:40:18 -0800 | |
|---|---|---|
| committer | 2010-12-14 18:40:18 -0800 | |
| commit | 1616dec331fca331bab086bc7aca0b1ce064d56e (patch) | |
| tree | c6633313aebadd128ca8b643e31af3a14571270e | |
| parent | 34961cc2e5cd483b15dfd1ff1eb33b01b849e0dc (diff) | |
| parent | 04a709e459db6f15c04b00bcd3b030c90ca52949 (diff) | |
Merge "fix debug.sf.showbackground"
| -rw-r--r-- | services/surfaceflinger/SurfaceFlinger.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/services/surfaceflinger/SurfaceFlinger.cpp b/services/surfaceflinger/SurfaceFlinger.cpp index 61d08aabdc20..a6b14225f103 100644 --- a/services/surfaceflinger/SurfaceFlinger.cpp +++ b/services/surfaceflinger/SurfaceFlinger.cpp @@ -1023,6 +1023,8 @@ void SurfaceFlinger::drawWormhole() const glDrawArrays(GL_TRIANGLE_FAN, 0, 4); } glDisableClientState(GL_TEXTURE_COORD_ARRAY); + glLoadIdentity(); + glMatrixMode(GL_MODELVIEW); } } |