We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccddc0b commit 0d65041Copy full SHA for 0d65041
1 file changed
scripts/audio_export/audio_export.gml
@@ -33,7 +33,7 @@ function mp3_export() {
33
format: string_lower(output_format),
34
sample_rate: audio_exp_sample_rate,
35
channels: audio_exp_channels,
36
- include_locked_layers: audio_exp_include_locked
+ exclude_locked_layers: !audio_exp_include_locked
37
}
38
39
try {
0 commit comments