Skip to content

Commit 7bc9b76

Browse files
Update audio/mic_feed/MicRecord.gd
Co-authored-by: A Thousand Ships <[email protected]>
1 parent d418779 commit 7bc9b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

audio/mic_feed/MicRecord.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func _ready() -> void:
2424

2525
for d in AudioServer.get_output_device_list():
2626
$OptionOutput.add_item(d)
27-
assert ($OptionOutput.get_item_text($OptionOutput.selected) == "Default")
27+
assert($OptionOutput.get_item_text($OptionOutput.selected) == "Default")
2828

2929
input_mix_rate = int(AudioServer.get_input_mix_rate())
3030
print("Input mix rate: ", input_mix_rate)

0 commit comments

Comments
 (0)