Skip to content

Conversation

@toivocat
Copy link

Changed "effect = AudioServer.get_bus_effect(idx, 0)" to "var effect = AudioServer.get_bus_effect(idx, 0)" so it will work.

@toivocat toivocat closed this Nov 21, 2025
@Calinou
Copy link
Member

Calinou commented Nov 21, 2025

For future reference, this change isn't needed as effect is declared as a member variable above. If anything, it will cause an error where there was none previously (as GDScript doesn't allow redeclaring variables).

@Calinou Calinou added bug archived area:manual Issues and PRs related to the Manual/Tutorials section of the documentation topic:audio labels Nov 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

archived area:manual Issues and PRs related to the Manual/Tutorials section of the documentation bug topic:audio

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants