processing/processing4
having noSmooth(); in setup will trigger a duplicate settings() warning
Aberta
#823 aberto em 18 de fev. de 2024
bughas attachmenthelp wantedpreprocessor
Métricas do repositório
- Stars
- (439 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
Created by: clankill3r
Processing 4.3 Windows 10
I thought I was going crazy :)
void settings() {
}
void setup() {
noSmooth();
}