fix debug.sf.showbackground

Change-Id: Ie4eeca006ad6d8030900d8cb0029e4d1c22474fb
This commit is contained in:
Mathias Agopian 2010-12-14 18:38:36 -08:00
parent 25bbabec6d
commit ebeb709596
1 changed files with 2 additions and 0 deletions

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);
}
}