From 1f42455e0a6f4b708b06500f63e2413d2a218a7e Mon Sep 17 00:00:00 2001 From: HolonProduction Date: Fri, 26 Jan 2024 17:28:13 +0100 Subject: Debugging additions --- modules/gdscript/gdscript_cache.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/gdscript/gdscript_cache.cpp') diff --git a/modules/gdscript/gdscript_cache.cpp b/modules/gdscript/gdscript_cache.cpp index 7c27127dce..7576be781f 100644 --- a/modules/gdscript/gdscript_cache.cpp +++ b/modules/gdscript/gdscript_cache.cpp @@ -283,6 +283,7 @@ Ref GDScriptCache::get_shallow_script(const String &p_path, Error &r_e } Ref GDScriptCache::get_full_script(const String &p_path, Error &r_error, const String &p_owner, bool p_update_from_disk) { + print_line("get full script", p_path); MutexLock lock(singleton->mutex); if (!p_owner.is_empty()) { -- cgit v1.2.3