mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 22:23:07 +00:00
Fix non-compiling typo in Expression.xml example
Slight typo in Expression.xml prevented compilation when copy/pasted.
This commit is contained in:
parent
f32c826924
commit
fb61080812
@ -16,7 +16,7 @@
|
||||
func _on_text_entered(command):
|
||||
var error = expression.parse(command, [])
|
||||
if error != OK:
|
||||
print(get_error_text())
|
||||
print(expression.get_error_text())
|
||||
return
|
||||
var result = expression.execute([], null, true)
|
||||
if not expression.has_execute_failed():
|
||||
|
Loading…
Reference in New Issue
Block a user