processing/processing4
View on GitHubhaving noSmooth(); in setup will trigger a duplicate settings() warning
Open
#823 opened on Feb 18, 2024
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();
}