manquait un =

pull/13/head
Carmen Ngaka Iziasuma 8 months ago
parent 817b23777d
commit b25cae9e76

@ -170,7 +170,7 @@
items.forEach((item, index) => {
if (modIndex == 0) {
console.log("modulo = 0");
if (index < items.length - 2) {
if (index <= items.length - 2) {
translationVector = 0;
} else {
translationVector = items.length * -600;

Loading…
Cancel
Save