From 7146a657db98e9fe681aa5105e70b65e805df985 Mon Sep 17 00:00:00 2001 From: Jean Sirmai Date: Wed, 1 Nov 2023 17:16:27 +0100 Subject: [PATCH] WIP: une erreur reproductible vertex + ligne --- src/graphics/graphics.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/graphics/graphics.c b/src/graphics/graphics.c index c06f371..7d91d63 100644 --- a/src/graphics/graphics.c +++ b/src/graphics/graphics.c @@ -778,6 +778,7 @@ void main_test_graphics (void) console); else for (int i = 0; i < 1; i++) arrows_nb = set_arrow (arrows_ptr, arrows_nb, 1, 1, 1, 0, i, 0, 0, 0, 1); + arrows_nb = set_arrow (arrows_ptr, arrows_nb, 1, 1, 1, 0, 1, 0, 0, 0, 1); if (randomize) print_user_choices(arrows_ptr, max_arrows_nb, arrows_nb, space_X, space_Y, space_Z, 1, 0);