Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Duplicate method settings()" when using smooth() in setup() #861

Open
Gargaj opened this issue Nov 27, 2024 · 2 comments
Open

"Duplicate method settings()" when using smooth() in setup() #861

Gargaj opened this issue Nov 27, 2024 · 2 comments
Labels
bug Something isn't working duplicate This issue or pull request already exists

Comments

@Gargaj
Copy link

Gargaj commented Nov 27, 2024

Most appropriate sub-area of Processing 4?

Core/Environment/Rendering

Processing version

4.3.1

Operating system

Windows 11

Steps to reproduce this

Creating the following sketch produces the error Duplicate method settings() even though there's only one settings() function; the solution is to remove the smooth() call, which makes the error go away, even though the error message doesn't imply that's the solution.

snippet

void settings()
{
}

void setup()
{
  smooth();
}

Additional context

image

@Gargaj Gargaj added the bug Something isn't working label Nov 27, 2024
@plopez01
Copy link
Contributor

Hello and thanks for posting the issue, I have been able to reproduce this. I think it's the same as #823

@Gargaj
Copy link
Author

Gargaj commented Nov 27, 2024

Argh, I searched for "duplicate method settings" on both here and Google :/

@SableRaf SableRaf added the duplicate This issue or pull request already exists label Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants