Test.gd now frees 'config'

This commit is contained in:
JeremyStar™ 2024-05-10 19:16:45 +02:00
parent 09dee490e5
commit b78ae9dd30
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -32,6 +32,8 @@ func _init() -> void:
config.development = true
# Initialize CORE with custom config
core = Core.new(config)
config.free()
func _ready() -> void:
# Inject CORE