--- a/src/gldraw.cpp Wed Aug 21 01:30:38 2013 +0300 +++ b/src/gldraw.cpp Wed Aug 21 10:54:33 2013 +0300 @@ -55,9 +55,9 @@ cfg (String, gl_maincolor, "#707078"); cfg (Float, gl_maincolor_alpha, 1.0); cfg (Int, gl_linethickness, 2); -cfg (Bool, gl_colorbfc, true); +cfg (Bool, gl_colorbfc, false); cfg (Int, gl_camera, GLRenderer::Free); -cfg (Bool, gl_blackedges, true); +cfg (Bool, gl_blackedges, false); cfg (Bool, gl_axes, false); cfg (Bool, gl_wireframe, false); cfg (Bool, gl_logostuds, false);