From 5afb9819dd3ec502e69794ffc7cf0432a1627ab2 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Fri, 10 May 2024 21:22:15 +0200 Subject: [PATCH] Update CORE Framework ... to commit cc75f108da5a350db3d5d9d1063fe6ab3514ffc3 --- godot/CORE | 2 +- godot/Init.gd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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