From 07645e162dc1e738223084d3f5463d4f2fae3226 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sat, 19 Nov 2016 19:14:36 +0000 Subject: [PATCH] --- Graphics/drawContext.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Graphics/drawContext.cpp b/Graphics/drawContext.cpp index e545ce86f8..b7ab50a120 100644 --- a/Graphics/drawContext.cpp +++ b/Graphics/drawContext.cpp @@ -295,11 +295,12 @@ void drawContext::draw3d() initRenderModel(); if(!CTX::instance()->camera) initPosition(); + drawAxes(); drawGeom(); drawBackgroundImage(true); drawMesh(); drawPost(); - drawAxes(); + //drawAxes(); drawGraph2d(true); } -- GitLab