Skip to content

Commit d418779

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

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
@@ -45,7 +45,7 @@ func _ready() -> void:
4545
blank_image.resize(audio_sample_size)
4646
audio_sample_image = Image.create_from_data(audio_sample_size, 1, false, Image.FORMAT_RGF, blank_image.to_byte_array())
4747
audio_sample_texture = ImageTexture.create_from_image(audio_sample_image)
48-
$MicTexture.material.set_shader_parameter("audiosample", audio_sample_texture)
48+
$MicTexture.material.set_shader_parameter(&"audiosample", audio_sample_texture)
4949

5050
func _on_option_input_item_selected(index: int) -> void:
5151
var inputdevice: String = $OptionInput.get_item_text(index)

0 commit comments

Comments
 (0)