From a6c14687251784c36508f554af7f65e2952e6295 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 22 Oct 2010 15:17:24 +0000 Subject: [PATCH] small fix in Marc's commit --- Graphics/drawContext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Graphics/drawContext.cpp b/Graphics/drawContext.cpp index 70ed856ae6..a4fd435690 100644 --- a/Graphics/drawContext.cpp +++ b/Graphics/drawContext.cpp @@ -289,7 +289,7 @@ void drawContext::draw2d() //++++ - glPushMatrix(); + //glPushMatrix(); //++++ glLoadIdentity(); -- GitLab