WIP: une erreur reproductible vertex + ligne
This commit is contained in:
parent
a111d4e51d
commit
7146a657db
|
@ -778,6 +778,7 @@ void main_test_graphics (void)
|
||||||
console);
|
console);
|
||||||
else for (int i = 0; i < 1; i++)
|
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, 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);
|
if (randomize) print_user_choices(arrows_ptr, max_arrows_nb, arrows_nb, space_X, space_Y, space_Z, 1, 0);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue