Skip to content

Commit fcb37ed

Browse files
remove space in comment
1 parent a2a15f9 commit fcb37ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

audio/mic_input/MicRecord.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ func _on_open_user_folder_button_pressed() -> void:
126126

127127
# 400Hz frequency can be used (from another device) to probe a stereo microphone
128128
# response due to where there should be 8 wavelengths in the space of 20ms (2.5ms per wave).
129-
# The wavelength is then 343/400=0.8575m long.
129+
# The wavelength is then 343/400=0.8575m long.
130130
func _on_option_tone_item_selected(index : int) -> void:
131131
if index != 0:
132132
$AudioGenerator.playing = true

0 commit comments

Comments
 (0)