diff --git a/godot/CORE b/godot/CORE index 14db770..e41505b 160000 --- a/godot/CORE +++ b/godot/CORE @@ -1 +1 @@ -Subproject commit 14db770ef58d92c11834ac22c39e7e63f3236058 +Subproject commit e41505b4fcbcaf1d99951c2f8154e400d32e10fb diff --git a/godot/Init.gd b/godot/Init.gd index 4694221..623ac1d 100644 --- a/godot/Init.gd +++ b/godot/Init.gd @@ -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