Skip to content

Commit 0d65041

Browse files
committed
Invert 'Include locked layers' argument on function call
1 parent ccddc0b commit 0d65041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/audio_export/audio_export.gml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function mp3_export() {
3333
format: string_lower(output_format),
3434
sample_rate: audio_exp_sample_rate,
3535
channels: audio_exp_channels,
36-
include_locked_layers: audio_exp_include_locked
36+
exclude_locked_layers: !audio_exp_include_locked
3737
}
3838

3939
try {

0 commit comments

Comments
 (0)