Skip to content
Snippets Groups Projects
Commit aca534bd authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

No commit message

No commit message
parent 72d2e95c
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,6 @@ class drawContextFltk : public drawContextGlobal{ ...@@ -55,7 +55,6 @@ class drawContextFltk : public drawContextGlobal{
FlGui::instance()->graph[i]->gl[j]->redraw(); FlGui::instance()->graph[i]->gl[j]->redraw();
// to initialize the camera distance from model // to initialize the camera distance from model
drawContext * ctx = FlGui::instance()->graph[i]->gl[j]->getDrawContext(); drawContext * ctx = FlGui::instance()->graph[i]->gl[j]->getDrawContext();
//ctx->camera.init();
ctx->camera.update(); ctx->camera.update();
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment