Fixup for fun

This commit is contained in:
Jean Sirmai 2023-11-08 19:03:46 +01:00
parent 026fba6add
commit 8645ebdb34
Signed by: jean
GPG Key ID: FB3115C340E057E3
1 changed files with 1 additions and 1 deletions

View File

@ -833,7 +833,7 @@ void main_test_graphics (void)
for (int w = 0; w < min_z; w++) for (int w = 0; w < min_z; w++)
if (u + v + w < mxyz) { if (u + v + w < mxyz) {
arrows_nb = set_arrow (arrows_ptr, arrows_nb, 1, 1, 1, 0, i, u, v, w, 0); arrows_nb = set_arrow (arrows_ptr, arrows_nb, 1, 1, 1, 0, i, u, v, w, 0);
arrows_nb = set_arrow (arrows_ptr, arrows_nb, space_X, space_Y, space_Z, 0, i, space_X - u, space_Y - v, space_Z - w, 0); arrows_nb = set_arrow (arrows_ptr, arrows_nb, space_X, space_Y, space_Z, 0, i, space_X - u - 1, space_Y - v - 1, space_Z - w - 1, 0);
} }
printf("\n+ effacement des flèches dans l'angle-origine\ printf("\n+ effacement des flèches dans l'angle-origine\