Render watchfaces using additional planes without drawing to p0 correctly

pull/1916/head
Martin Boonk 2022-03-13 12:34:28 +01:00
parent 46b6ba3929
commit 850e76685f
1 changed files with 1 additions and 0 deletions

View File

@ -600,6 +600,7 @@
if (!planes[plane][name]) planes[plane][name] = [];
planes[plane][name].push({index: i, element: c});
}
if (!planeNumbers.includes(0)) planeNumbers.push(0);
planeNumbers.sort().reverse();
console.log("Found planes", planes, "with numbers", planeNumbers)