www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit c6ffb83438869e80334e4cdb2f6ccc1f35366ba1
parent d9411642e00c9dc44cf1df0874644e2f14cbbfb0
Author: Yoann <yoann.b87@voila.fr>
Date:   Fri, 13 Jan 2012 17:37:58 +0100

Correction d'une erreur de syntaxe.

Diffstat:
Mview.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/view.cpp b/view.cpp @@ -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);