diff options
author | Dennis Kasprzyk <onestone@opencompositing.org> | 2007-06-21 20:19:38 +0200 |
---|---|---|
committer | Dennis Kasprzyk <onestone@opencompositing.org> | 2007-06-21 20:19:38 +0200 |
commit | f89d85c004c837a50baee9d56cc87cfb3c3071f6 (patch) | |
tree | d6322c501aaa9d036e0f8fdf597c96e78827de50 | |
parent | 1f48d63f7e411ad3478f22d937dc1a344d04b0e3 (diff) | |
download | gears-f89d85c004c837a50baee9d56cc87cfb3c3071f6.tar.gz gears-f89d85c004c837a50baee9d56cc87cfb3c3071f6.tar.bz2 |
Pop saved attribs correctly
-rw-r--r-- | gears.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -324,6 +324,7 @@ static void gearsPaintInside (CompScreen *s, const ScreenPaintAttrib *sAttrib, glDisable(GL_CULL_FACE); glPopMatrix(); + glPopAttrib(); gs->damage = TRUE; |