From 16cb14558637b747e83e4b6dfafb645a58f147d4 Mon Sep 17 00:00:00 2001 From: Jean Sirmai Date: Mon, 16 Oct 2023 12:49:56 +0200 Subject: [PATCH] =?UTF-8?q?pas=20plus=20mal=20sans=20dessiner=20la=20petit?= =?UTF-8?q?e=20=C3=A9toile=20centrale?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/graphics/arrows.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/graphics/arrows.c b/src/graphics/arrows.c index 90e1507..ff736dc 100644 --- a/src/graphics/arrows.c +++ b/src/graphics/arrows.c @@ -149,9 +149,9 @@ int write_one_arrow(int offset_vertex, graphics_write_color(0.3f, 0.3f, 0.3f); graphics_write_color(0.3f, 0.3f, 0.3f); - graphics_write_line (offset_vertex + 0, offset_vertex + 1); - graphics_write_line (offset_vertex + 2, offset_vertex + 3); - graphics_write_line (offset_vertex + 4, offset_vertex + 5); + /* graphics_write_line (offset_vertex + 0, offset_vertex + 1); */ + /* graphics_write_line (offset_vertex + 2, offset_vertex + 3); */ + /* graphics_write_line (offset_vertex + 4, offset_vertex + 5); */ GLfloat nuance = 0.24f;