We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d55db7c commit 0dcb26eCopy full SHA for 0dcb26e
godot/addons/godot-llama-cpp/autoloads/llama-backend.gd
@@ -1,7 +1,7 @@
1
# This script will be autoloaded by the editor plugin
2
extends Node
3
4
-const backend: LlamaBackend = LlamaBackend.new()
+var backend: LlamaBackend = LlamaBackend.new()
5
6
func _enter_tree() -> void:
7
backend.init()
0 commit comments