Fixup for fun
This commit is contained in:
parent
026fba6add
commit
8645ebdb34
|
@ -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\
|
||||||
|
|
Loading…
Reference in New Issue