Test.gd now frees 'config'
This commit is contained in:
parent
09dee490e5
commit
b78ae9dd30
1 changed files with 2 additions and 0 deletions
2
Test.gd
2
Test.gd
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue