processing/processing4

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

Ouverte

#823 ouverte le 18 févr. 2024

 (6 commentaires) (2 réactions) (0 personne assignée)Java (176 forks)auto 404
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();
}

image

Guide contributeur