processing/processing4
having noSmooth(); in setup will trigger a duplicate settings() warning
Ouverte
#823 ouverte le 18 févr. 2024
bughas attachmenthelp wantedpreprocessor
Métriques du dépôt
- Stars
- (439 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
Description
Created by: clankill3r
Processing 4.3 Windows 10
I thought I was going crazy :)
void settings() {
}
void setup() {
noSmooth();
}