processing/processing4

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

Offen

#823 geöffnet am 18.02.2024

 (6 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)Java (176 Forks)auto 404
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();
}

image

Contributor Guide