Update CORE Framework
... to commit cc75f108da5a350db3d5d9d1063fe6ab3514ffc3
This commit is contained in:
parent
3eaad73b31
commit
5afb9819dd
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 14db770ef58d92c11834ac22c39e7e63f3236058
|
||||
Subproject commit e41505b4fcbcaf1d99951c2f8154e400d32e10fb
|
|
@ -7,7 +7,7 @@ var core_config: CoreConfiguration = CoreConfiguration.new()
|
|||
|
||||
func _init() -> void:
|
||||
core_config.logger_level = CoreTypes.LoggerLevel.DIAG
|
||||
core = Core.new(core_config)
|
||||
core = await Core.new(core_config)
|
||||
|
||||
func _ready() -> void:
|
||||
await get_tree().process_frame
|
||||
|
|
Loading…
Reference in a new issue