fixed some issues

This commit is contained in:
2017-03-20 09:07:18 +01:00
parent 62d4a278e9
commit 7ac8e7bac2
7 changed files with 146 additions and 69 deletions

View File

@@ -24,7 +24,7 @@ public:
/** repaint me */
void paintGL() override {
glColor3f(0,1,0);
glColor3f(0.4, 0.4, 0.4);
Plane p(fo->from, fo->to, f->atHeight, fo->height);
p.paintGL();