From 1a381b18a8af955e87bb88a6ab6792166e2c0bb5 Mon Sep 17 00:00:00 2001 From: Derek Foreman Date: Mon, 2 Jun 2003 02:23:40 +0000 Subject: [PATCH] popmatrix got shifted in a bad cvs conflict --- render2/paint.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/render2/paint.c b/render2/paint.c index ea478cb4..ff783dc5 100644 --- a/render2/paint.c +++ b/render2/paint.c @@ -100,10 +100,10 @@ void RrPaint(struct RrSurface *sur) break; } - glPopMatrix(); - for (i = 0; i < sur->ntextures; ++i) RrTexturePaint(sur, &sur->texture[i]); + glPopMatrix(); + glXSwapBuffers(RrDisplay(inst), RrSurfaceWindow(sur)); } -- 2.34.1