Skip to content
Snippets Groups Projects
Commit b043951a authored by Marco Biasini's avatar Marco Biasini
Browse files

fix bug in measure tool

parent 0d97fba0
No related branches found
No related tags found
No related merge requests found
......@@ -161,6 +161,8 @@ void MeasureTool::RenderGL()
}
glEnable(GL_DEPTH_TEST);
glEnable(GL_LIGHTING);
glColor3f(1.0f, 1.0f, 1.0f);
glDisable(GL_TEXTURE_2D);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment