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

Remove unnecessary condition in WAV importer #98980

Merged
merged 1 commit into from
Nov 10, 2024

Conversation

Logharaa
Copy link
Contributor

@Logharaa Logharaa commented Nov 9, 2024

The check could actually be completely removed as we error if format_channels is different from 1 and 2 + if data chunk is found before format chunk, but it is just safer to keep it for future code changes.

@Logharaa Logharaa requested a review from a team as a code owner November 9, 2024 01:56
@akien-mga akien-mga changed the title Remove unnecessary condition Remove unnecessary condition in WAV importer Nov 9, 2024
@Repiteo Repiteo merged commit 560dfc7 into godotengine:master Nov 10, 2024
20 checks passed
@Repiteo
Copy link
Contributor

Repiteo commented Nov 10, 2024

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants