Don't request autocomplete on every code change
This commit is contained in:
parent
68cccc2a62
commit
c7e9f8ee31
1 changed files with 0 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue