forked from FOSS/BangleApps
Render watchfaces using additional planes without drawing to p0 correctly
parent
46b6ba3929
commit
850e76685f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue