You don’t need any libraries for the error to appear. Is an error thrown if you run this code?
void setup() {
size(100,100,FX2D);
exit();
}
You don’t need any libraries for the error to appear. Is an error thrown if you run this code?
void setup() {
size(100,100,FX2D);
exit();
}