processing/processing4
having noSmooth(); in setup will trigger a duplicate settings() warning
Offen
#823 geöffnet am 18.02.2024
bughas attachmenthelp wantedpreprocessor
Repository-Metriken
- Stars
- (439 Sterne)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
Created by: clankill3r
Processing 4.3 Windows 10
I thought I was going crazy :)
void settings() {
}
void setup() {
noSmooth();
}