Fixed debug variable

This commit is contained in:
StandingPad Animations
2024-03-06 20:28:19 -06:00
parent f1d582ff98
commit 85fe1addbc

View File

@@ -14,7 +14,7 @@
magicGrid.listen(); magicGrid.listen();
magicGrids.push(magicGrid); magicGrids.push(magicGrid);
}); });
console.log("Galleries founded and initialized with MagicGrid", packeries); console.log("Galleries founded and initialized with MagicGrid", magicGrids);
console.groupEnd(); console.groupEnd();
}); });
})(); })();