Open TobyPerplex opened 4 days ago
I don't know if this is intended or unintended but there's a console.log("material (onInit)", A); left in the latest version. Please remove it because this muddies my console when I'm debugging other stuff.
console.log("material (onInit)", A);
It's an important moment to measure performances of multiple gradients (canvas).
I'll find more good ways to show it only in dev envs.
I don't know if this is intended or unintended but there's a
console.log("material (onInit)", A);
left in the latest version. Please remove it because this muddies my console when I'm debugging other stuff.