Skip to content

Commit 0dcb26e

Browse files
committed
revert const
1 parent d55db7c commit 0dcb26e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

godot/addons/godot-llama-cpp/autoloads/llama-backend.gd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This script will be autoloaded by the editor plugin
22
extends Node
33

4-
const backend: LlamaBackend = LlamaBackend.new()
4+
var backend: LlamaBackend = LlamaBackend.new()
55

66
func _enter_tree() -> void:
77
backend.init()

0 commit comments

Comments
 (0)