diff options
author | Marius Kintel <marius@kintel.net> | 2013-09-13 04:49:42 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-09-13 04:49:42 (GMT) |
commit | 233406230281d8fefe24902fea52d916dfb3d88e (patch) | |
tree | 045c17e47c0c2131903c175662b2d234878878c4 /src/GLView.cc | |
parent | b53dde04e2a13c066cfa0c552fe5bd0cdd1b8dbd (diff) | |
parent | 54b35a4a844f7f66db43b08a2a557cba7e81e302 (diff) |
Merge pull request #472 from openscad/fixcamera1
fix issue #430
Diffstat (limited to 'src/GLView.cc')
-rw-r--r-- | src/GLView.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GLView.cc b/src/GLView.cc index 822a246..1cfe82c 100644 --- a/src/GLView.cc +++ b/src/GLView.cc @@ -460,7 +460,7 @@ void GLView::showAxes() void GLView::showCrosshairs() { - // FIXME: this might not work with Vector camera + // FIXME: this might not work with Vector camera // FIXME: Crosshairs and axes are lighted, this doesn't make sense and causes them // to change color based on view orientation. glLineWidth(3); |