pas plus mal sans dessiner la petite étoile centrale
This commit is contained in:
parent
8f7ee02cdd
commit
16cb145586
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue