www

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

commit 80233eec4179083189c2463d6219a370407fe170
parent 7da3ce4a9e6027dff2d8d9aec163354e4eb19cc2
Author: Yoann <yoann.b87@voila.fr>
Date:   Sun,  2 Oct 2011 15:38:19 +0200

Suppression de paramètre dans un fonciton.

Diffstat:
Mdisplay.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/display.c b/display.c @@ -106,7 +106,7 @@ void renderScene() { glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT) ; drawAxes(); - displayTree2(t,vertices,0); + displayTree2(); //displayTree(t); glFlush();