This commit is contained in:
Azgaar 2019-10-17 21:13:43 +03:00
parent 9dab5f2a9d
commit c27d3e1689
10 changed files with 214 additions and 49 deletions

View file

@ -1136,6 +1136,7 @@ function rankCells() {
// generate some markers
function addMarkers(number = 1) {
if (!number) return;
console.time("addMarkers");
const cells = pack.cells;