chore: decreased expr buffer timeout
This commit is contained in:
parent
8b0bee1f04
commit
af313e10b3
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ func _primitive_changed():
|
||||||
|
|
||||||
func _text_changed():
|
func _text_changed():
|
||||||
if not pushing_change:
|
if not pushing_change:
|
||||||
$ExpressionTimerBuffer.start(2)
|
$ExpressionTimerBuffer.start(0.5)
|
||||||
|
|
||||||
func _timeout():
|
func _timeout():
|
||||||
primitive.expression = text
|
primitive.expression = text
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue