Correction d'une erreur de syntaxe.
This commit is contained in:
parent
d9411642e0
commit
c6ffb83438
2
view.cpp
2
view.cpp
|
@ -110,7 +110,7 @@ void View::renderScene(int lastTime, int currentTime) {
|
||||||
}
|
}
|
||||||
|
|
||||||
glBegin(GL_QUADS);
|
glBegin(GL_QUADS);
|
||||||
glColor(60,20,255);
|
glColor3ub(60,20,255);
|
||||||
glVertex3f(x-d,y+d,z+d);
|
glVertex3f(x-d,y+d,z+d);
|
||||||
glVertex3f(x+d,y+d,z+d);
|
glVertex3f(x+d,y+d,z+d);
|
||||||
glVertex3f(x+d,y-d,z+d);
|
glVertex3f(x+d,y-d,z+d);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user