diff --git a/src/graphics/graphics.c b/src/graphics/graphics.c index a12e03c..393b3b4 100644 --- a/src/graphics/graphics.c +++ b/src/graphics/graphics.c @@ -677,7 +677,7 @@ void __attribute__((optimize("no-unroll-loops"))) main_test_graphics (void) int rand(void); void srand(unsigned int seed); // printf ("Valeur max : %d\n", RAND_MAX); min + rand() % (max+1 - min); - int arbitrary = 300; + int arbitrary = 10; int space_X = 1 + rand() % arbitrary, space_Y = 1 + rand() % arbitrary, space_Z = 1 + rand() % arbitrary; @@ -773,5 +773,7 @@ void __attribute__((optimize("no-unroll-loops"))) main_test_graphics (void) free(arrows); arrows = NULL; arrows_nb = 0; + + }