Correction d'une erreur de syntaxe.

This commit is contained in:
Yoann 2012-01-13 17:37:58 +01:00
parent d9411642e0
commit c6ffb83438

View File

@ -110,7 +110,7 @@ void View::renderScene(int lastTime, int currentTime) {
}
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);