processing/processing4

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

Aberta

#823 aberto em 18 de fev. de 2024

 (6 comentários) (2 reações) (0 responsável)Java (176 forks)auto 404
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();
}

image

Guia do colaborador