processing/processing4

having noSmooth(); in setup will trigger a duplicate settings() warning

Open

#823 opened on Feb 18, 2024

View on GitHub
 (6 comments) (2 reactions) (0 assignees)Java (176 forks)auto 404
bughas attachmenthelp wantedpreprocessor

Repository metrics

Stars
 (439 stars)
PR merge metrics
 (PR metrics pending)

Description

Created by: clankill3r

Processing 4.3 Windows 10

I thought I was going crazy :)

void settings() {
 
}

void setup() {
  noSmooth();
}

image

Contributor guide