From 68e7600bf7dc865abf3f6dc5d993c1da6b16f9fe Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 17 May 2006 01:29:26 +0000 Subject: [PATCH] *** empty log message *** --- Graphics/PixelBuffer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Graphics/PixelBuffer.h b/Graphics/PixelBuffer.h index 7c5ce42be8..3a55b05fa2 100644 --- a/Graphics/PixelBuffer.h +++ b/Graphics/PixelBuffer.h @@ -113,9 +113,9 @@ class PixelBuffer{ } ClearOpengl(); Draw3d(); - //Draw2d(); + Draw2d(); glFinish(); - //OSMesaDestroyContext(ctx); + OSMesaDestroyContext(ctx); #else Msg(WARNING, "Offscreen rendering not available in this version"); #endif -- GitLab