Don't request autocomplete on every code change

This commit is contained in:
ChaoticByte 2024-06-04 18:40:52 +02:00
parent 68cccc2a62
commit c7e9f8ee31

View file

@ -110,7 +110,6 @@ func _ready():
func _on_code_edit_text_changed():
var shader = Shader.new()
shader.code = code_editor.text
code_editor.request_code_completion()
GlitchShader.shader = shader
GlitchShader.apply()