Commit 98dbd7d9 by Alisa Jung

warning for float gone

parent 4332f836
......@@ -168,7 +168,7 @@ void MyGLWidget::paintGL(){
//hinten // z-Achse
GLfloat yellow[] = {1,0.9,0};
GLfloat yellow[] = {1,0.9f,0};
glMaterialfv(GL_FRONT,GL_DIFFUSE,yellow);
glNormal3f(0,0,-1);
for (int i = 0; i < tesselation; i++){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment