Skip to content

Commit

Permalink
revert const
Browse files Browse the repository at this point in the history
  • Loading branch information
hazelnutcloud committed Feb 28, 2024
1 parent d55db7c commit 0dcb26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion godot/addons/godot-llama-cpp/autoloads/llama-backend.gd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This script will be autoloaded by the editor plugin
extends Node

const backend: LlamaBackend = LlamaBackend.new()
var backend: LlamaBackend = LlamaBackend.new()

func _enter_tree() -> void:
backend.init()
Expand Down

0 comments on commit 0dcb26e

Please sign in to comment.