Array.fill() in Processing 2.0b7
in
Programming Questions
•
10 months ago
Hey!
I was playing around with a Canny Edge Detection class lately. It was working fine until i installed Processing 2.0b7.
Now it says: Cannot find anything named "Arrays" when i call Arrays.fill(data, 0);
Does anyone have a solution for this or an idea why this doesn´t work anymore?
1