summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_cache.cpp
diff options
context:
space:
mode:
authorHolonProduction <holonproduction@gmail.com>2024-01-26 17:28:13 +0100
committerHolonProduction <holonproduction@gmail.com>2024-03-01 11:38:49 +0100
commit1f42455e0a6f4b708b06500f63e2413d2a218a7e (patch)
treefaeb818b6c073912b094bf0f09798630402cbf7c /modules/gdscript/gdscript_cache.cpp
parentfc7d7d3dae02213d0a8d4b3af24f67017ef18770 (diff)
downloadredot-engine-1f42455e0a6f4b708b06500f63e2413d2a218a7e.tar.gz
Debugging additions
Diffstat (limited to 'modules/gdscript/gdscript_cache.cpp')
-rw-r--r--modules/gdscript/gdscript_cache.cpp1
1 files changed, 1 insertions, 0 deletions
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<GDScript> GDScriptCache::get_shallow_script(const String &p_path, Error &r_e
}
Ref<GDScript> 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()) {