diff options
author | Giles Bathgate <gilesbathgate@gmail.com> | 2011-04-09 05:46:22 (GMT) |
---|---|---|
committer | Giles Bathgate <gilesbathgate@gmail.com> | 2011-04-09 05:46:22 (GMT) |
commit | 1d510e0870cfc4e458820a6cc01740ee17b8fbeb (patch) | |
tree | 18ac4d211b08a9ddf00814b363da6792543ba7b6 /src | |
parent | e02eb751b136e656e25518c41bd8572e20d46997 (diff) |
Removed a huge whitespace preceeding a lines of code.
Diffstat (limited to 'src')
-rw-r--r-- | src/mainwin.cc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mainwin.cc b/src/mainwin.cc index 24136bf..3abcb88 100644 --- a/src/mainwin.cc +++ b/src/mainwin.cc @@ -1494,13 +1494,13 @@ static void renderGLviaCGAL(void *vp) if (!p) { m->cgal_ogl_p = p = new Polyhedron(); p->setColor(Polyhedron::CGAL_NEF3_MARKED_FACET_COLOR, - Preferences::inst()->color(Preferences::CGAL_FACE_BACK_COLOR).red(), - Preferences::inst()->color(Preferences::CGAL_FACE_BACK_COLOR).green(), - Preferences::inst()->color(Preferences::CGAL_FACE_BACK_COLOR).blue()); + Preferences::inst()->color(Preferences::CGAL_FACE_BACK_COLOR).red(), + Preferences::inst()->color(Preferences::CGAL_FACE_BACK_COLOR).green(), + Preferences::inst()->color(Preferences::CGAL_FACE_BACK_COLOR).blue()); p->setColor(Polyhedron::CGAL_NEF3_UNMARKED_FACET_COLOR, - Preferences::inst()->color(Preferences::CGAL_FACE_FRONT_COLOR).red(), - Preferences::inst()->color(Preferences::CGAL_FACE_FRONT_COLOR).green(), - Preferences::inst()->color(Preferences::CGAL_FACE_FRONT_COLOR).blue()); + Preferences::inst()->color(Preferences::CGAL_FACE_FRONT_COLOR).red(), + Preferences::inst()->color(Preferences::CGAL_FACE_FRONT_COLOR).green(), + Preferences::inst()->color(Preferences::CGAL_FACE_FRONT_COLOR).blue()); Nef3_Converter<CGAL_Nef_polyhedron3>::convert_to_OGLPolyhedron(m->root_N->p3, p); p->init(); |