From aca534bd13c4ed0c44321ec146594a6135b8f2a0 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 28 Mar 2011 06:19:05 +0000 Subject: [PATCH] --- Fltk/FlGui.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Fltk/FlGui.cpp b/Fltk/FlGui.cpp index 451a6ec35c..80e372c701 100644 --- a/Fltk/FlGui.cpp +++ b/Fltk/FlGui.cpp @@ -55,7 +55,6 @@ class drawContextFltk : public drawContextGlobal{ FlGui::instance()->graph[i]->gl[j]->redraw(); // to initialize the camera distance from model drawContext * ctx = FlGui::instance()->graph[i]->gl[j]->getDrawContext(); - //ctx->camera.init(); ctx->camera.update(); } } -- GitLab